Shades of Light Sea Green #25D0BB
Tints of Light Sea Green #25D0BB
RGB
CMYK
RGB Variations
Color information
#25D0BB (or 0x25D0BB) is known color: Light Sea Green. HEX triplet: 25, D0 and BB. RGB value is (37,208,187). Sum of RGB (Red+Green+Blue) = 37+208+187=432 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.56% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #25D0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D0BB is #DA2F44. Grayscale: #9A9A9A. Windows color (decimal): -14298949 or 12308517. OLE color: 12308517.
HSL color Cylindrical-coordinate representation of color #25D0BB: hue angle of 172.63º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D0BB is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 208 | 187 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.18 |
| HSL | 172.63º | 0.7% | 0.48% | - |
| HSV(B) | 172.63º | 0.82% | 0.82% | - |
| XYZ | 32.29 | 49.09 | 54.79 | - |
| YUV | 154.48 | 146.35 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 187 | 0.82 | 0 | 0.10 | 0.18 | 172.63 | 0.7 | 0.48 |
| Hex | 25 | D0 | BB | 52 | 0 | A | 12 | AD | 46 | 30 |
| Octal | 45 | 320 | 273 | 122 | 0 | 12 | 22 | 255 | 106 | 60 |
| Binary | 100101 | 11010000 | 10111011 | 1010010 | 0 | 1010 | 10010 | 10101101 | 1000110 | 110000 |
Color Harmonies of #25D0BB
Complementary color
Monochromatic Colors of #25D0BB
Black with #25D0BB
Text Example
Text Example
White with #25D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D0BB; }
p { color: rgb(37,208,187); }
H1.HeaderClassName
{
color: #25D0BB;
}
.AnyTagClassName
{
color: #25D0BB;
}
</style>
background-color css
<style>
a { background-color: #25D0BB; }
a { background-color: rgb(37,208,187); }
div.DivClassName
{
background-color: #25D0BB;
}
.BgClassName
{
background-color: #25D0BB;
}
</style>
border-color css
<style>
span { border-color: #25D0BB; }
span { border-color: rgb(37,208,187); }
td.TdClassName
{
border-color: #25D0BB;
}
.TagClassName
{
border-color: #25D0BB;
}
</style>