#25B49F

Color #25B49F Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #25B49F

Tints of Light Sea Green #25B49F

Color information

#25B49F (or 0x25B49F) is unknown color: approx Light Sea Green. HEX triplet: 25, B4 and 9F. RGB value is (37,180,159). Sum of RGB (Red+Green+Blue) = 37+180+159=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #25B49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B49F is #DA4B60. Grayscale: #868686. Windows color (decimal): -14306145 or 10466341. OLE color: 10466341.

HSL color Cylindrical-coordinate representation of color #25B49F: hue angle of 171.19º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B49F is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB37180159-
CMYK0.7900.120.29
HSL171.19º65.9%42.55%-
HSV(B)171.19º79.44%70.59%-
XYZ23.3435.5438.43-
YUV134.85141.6258.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.84%
GREEN value IS 180 (70.70% from 255) = 47.87%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=9.84%
G=47.87%
B=42.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371801590.7900.120.29171.1965.942.55
Hex25B49F4F0C1Dab422b
Octal452642371170143525310253
Binary100101101101001001111110011110110011101101010111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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