#25CBA2

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

Shades of Shamrock #25CBA2

Tints of Shamrock #25CBA2

Color information

#25CBA2 (or 0x25CBA2) is unknown color: approx Shamrock. HEX triplet: 25, CB and A2. RGB value is (37,203,162). Sum of RGB (Red+Green+Blue) = 37+203+162=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #25CBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CBA2 is #DA345D. Grayscale: #949494. Windows color (decimal): -14300254 or 10668837. OLE color: 10668837.

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

Color convert

RGB37203162-
CMYK0.8200.200.20
HSL165.18º69.17%47.06%-
HSV(B)165.18º81.77%79.61%-
XYZ28.6445.7141.5-
YUV148.69135.548.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.20%
GREEN value IS 203 (79.69% from 255) = 50.50%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=9.20%
G=50.50%
B=40.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal372031620.8200.200.20165.1869.1747.06
Hex25CBA25201414a5452f
Octal453132421220242424510557
Binary1001011100101110100010101001001010010100101001011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,203,162); }

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

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

 a { background-color: rgb(37,203,162); }

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

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

 span { border-color: rgb(37,203,162); }

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