#25B19F

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

Shades of Light Sea Green #25B19F

Tints of Light Sea Green #25B19F

Color information

#25B19F (or 0x25B19F) is unknown color: approx Light Sea Green. HEX triplet: 25, B1 and 9F. RGB value is (37,177,159). Sum of RGB (Red+Green+Blue) = 37+177+159=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #25B19F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B19F is #DA4E60. Grayscale: #858585. Windows color (decimal): -14306913 or 10465573. OLE color: 10465573.

HSL color Cylindrical-coordinate representation of color #25B19F: hue angle of 172.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B19F is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB37177159-
CMYK0.7900.100.31
HSL172.29º65.42%41.96%-
HSV(B)172.29º79.1%69.41%-
XYZ22.7434.3438.23-
YUV133.09142.6259.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.92%
GREEN value IS 177 (69.53% from 255) = 47.45%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=9.92%
G=47.45%
B=42.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371771590.7900.100.31172.2965.4241.96
Hex25B19F4F0A1Fac412a
Octal452612371170123725410152
Binary100101101100011001111110011110101011111101011001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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