#25C195

Color #25C195 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #25C195

Tints of Shamrock #25C195

Color information

#25C195 (or 0x25C195) is unknown color: approx Shamrock. HEX triplet: 25, C1 and 95. RGB value is (37,193,149). Sum of RGB (Red+Green+Blue) = 37+193+149=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #25C195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C195 is #DA3E6A. Grayscale: #8D8D8D. Windows color (decimal): -14302827 or 9814309. OLE color: 9814309.

HSL color Cylindrical-coordinate representation of color #25C195: hue angle of 163.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C195 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB37193149-
CMYK0.8100.230.24
HSL163.08º67.83%45.1%-
HSV(B)163.08º80.83%75.69%-
XYZ25.2640.734.96-
YUV141.34132.3253.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 9.76%
GREEN value IS 193 (75.78% from 255) = 50.92%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=9.76%
G=50.92%
B=39.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal371931490.8100.230.24163.0867.8345.1
Hex25C1955101718a3442d
Octal453012251210273024310455
Binary1001011100000110010101101000101011111000101000111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25C195; }

 p { color: rgb(37,193,149); }

 H1.HeaderClassName
 {
   color: #25C195;
 }
 .AnyTagClassName
 {
   color: #25C195;
 }
</style>
background-color css

<style>
 a { background-color: #25C195; }

 a { background-color: rgb(37,193,149); }

 div.DivClassName
 {
   background-color: #25C195;
 }
 .BgClassName
 {
   background-color: #25C195;
 }
</style>
border-color css

<style>
 span { border-color: #25C195; }

 span { border-color: rgb(37,193,149); }

 td.TdClassName
 {
   border-color: #25C195;
 }
 .TagClassName
 {
   border-color: #25C195;
 }
</style>