#25DCA8

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

Shades of Shamrock #25DCA8

Tints of Shamrock #25DCA8

Color information

#25DCA8 (or 0x25DCA8) is unknown color: approx Shamrock. HEX triplet: 25, DC and A8. RGB value is (37,220,168). Sum of RGB (Red+Green+Blue) = 37+220+168=425 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.71% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DCA8 is #DA2357. Grayscale: #9F9F9F. Windows color (decimal): -14295896 or 11066405. OLE color: 11066405.

HSL color Cylindrical-coordinate representation of color #25DCA8: hue angle of 162.95º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DCA8 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB37220168-
CMYK0.8300.240.14
HSL162.95º72.33%50.39%-
HSV(B)162.95º83.18%86.27%-
XYZ33.4254.4145.79-
YUV159.35132.8740.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.71%
GREEN value IS 220 (86.33% from 255) = 51.76%
BLUE value IS 168 (66.02% from 255) = 39.53%
R=8.71%
G=51.76%
B=39.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372201680.8300.240.14162.9572.3350.39
Hex25DCA853018Ea34832
Octal453342501230301624311062
Binary100101110111001010100010100110110001110101000111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,220,168); }

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

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

 a { background-color: rgb(37,220,168); }

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

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

 span { border-color: rgb(37,220,168); }

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