#25DCB4

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

Shades of Shamrock #25DCB4

Tints of Shamrock #25DCB4

Color information

#25DCB4 (or 0x25DCB4) is unknown color: approx Shamrock. HEX triplet: 25, DC and B4. RGB value is (37,220,180). Sum of RGB (Red+Green+Blue) = 37+220+180=437 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.47% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCB4 is #DA234B. Grayscale: #A0A0A0. Windows color (decimal): -14295884 or 11852837. OLE color: 11852837.

HSL color Cylindrical-coordinate representation of color #25DCB4: hue angle of 166.89º 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 #25DCB4 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB37220180-
CMYK0.8300.180.14
HSL166.89º72.33%50.39%-
HSV(B)166.89º83.18%86.27%-
XYZ34.5954.8851.95-
YUV160.72138.8739.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.47%
GREEN value IS 220 (86.33% from 255) = 50.34%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=8.47%
G=50.34%
B=41.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372201800.8300.180.14166.8972.3350.39
Hex25DCB453012Ea74832
Octal453342641230221624711062
Binary100101110111001011010010100110100101110101001111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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