#25CA9E

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

Shades of Shamrock #25CA9E

Tints of Shamrock #25CA9E

Color information

#25CA9E (or 0x25CA9E) is unknown color: approx Shamrock. HEX triplet: 25, CA and 9E. RGB value is (37,202,158). Sum of RGB (Red+Green+Blue) = 37+202+158=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CA9E is #DA3561. Grayscale: #939393. Windows color (decimal): -14300514 or 10406437. OLE color: 10406437.

HSL color Cylindrical-coordinate representation of color #25CA9E: hue angle of 164º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CA9E is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB37202158-
CMYK0.8200.220.21
HSL164º69.04%46.86%-
HSV(B)164º81.68%79.22%-
XYZ28.0645.139.57-
YUV147.65133.8449.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.32%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=9.32%
G=50.88%
B=39.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal372021580.8200.220.2116469.0446.86
Hex25CA9E5201615a4452f
Octal453122361220262524410557
Binary1001011100101010011110101001001011010101101001001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,202,158); }

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

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

 a { background-color: rgb(37,202,158); }

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

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

 span { border-color: rgb(37,202,158); }

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