Shades of Light Sea Green #25B49C
Tints of Light Sea Green #25B49C
RGB
CMYK
RGB Variations
Color information
#25B49C (or 0x25B49C) is known color: Light Sea Green. HEX triplet: 25, B4 and 9C. RGB value is (37,180,156). Sum of RGB (Red+Green+Blue) = 37+180+156=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #25B49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B49C is #DA4B63. Grayscale: #868686. Windows color (decimal): -14306148 or 10269733. OLE color: 10269733.
HSL color Cylindrical-coordinate representation of color #25B49C: hue angle of 169.93º 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 #25B49C is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 180 | 156 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.29 |
| HSL | 169.93º | 0.66% | 0.43% | - |
| HSV(B) | 169.93º | 0.79% | 0.71% | - |
| XYZ | 23.08 | 35.44 | 37.08 | - |
| YUV | 134.51 | 140.12 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 180 | 156 | 0.79 | 0 | 0.13 | 0.29 | 169.93 | 0.66 | 0.43 |
| Hex | 25 | B4 | 9C | 4F | 0 | D | 1D | AA | 42 | 2B |
| Octal | 45 | 264 | 234 | 117 | 0 | 15 | 35 | 252 | 102 | 53 |
| Binary | 100101 | 10110100 | 10011100 | 1001111 | 0 | 1101 | 11101 | 10101010 | 1000010 | 101011 |
Color Harmonies of #25B49C
Complementary color
Monochromatic Colors of #25B49C
Black with #25B49C
Text Example
Text Example
White with #25B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B49C; }
p { color: rgb(37,180,156); }
H1.HeaderClassName
{
color: #25B49C;
}
.AnyTagClassName
{
color: #25B49C;
}
</style>
background-color css
<style>
a { background-color: #25B49C; }
a { background-color: rgb(37,180,156); }
div.DivClassName
{
background-color: #25B49C;
}
.BgClassName
{
background-color: #25B49C;
}
</style>
border-color css
<style>
span { border-color: #25B49C; }
span { border-color: rgb(37,180,156); }
td.TdClassName
{
border-color: #25B49C;
}
.TagClassName
{
border-color: #25B49C;
}
</style>