Shades of Light Sea Green #25CABB
Tints of Light Sea Green #25CABB
RGB
CMYK
RGB Variations
Color information
#25CABB (or 0x25CABB) is known color: Light Sea Green. HEX triplet: 25, CA and BB. RGB value is (37,202,187). Sum of RGB (Red+Green+Blue) = 37+202+187=426 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.69% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #25CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CABB is #DA3544. Grayscale: #969696. Windows color (decimal): -14300485 or 12306981. OLE color: 12306981.
HSL color Cylindrical-coordinate representation of color #25CABB: hue angle of 174.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CABB is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 202 | 187 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.21 |
| HSL | 174.55º | 0.69% | 0.47% | - |
| HSV(B) | 174.55º | 0.82% | 0.79% | - |
| XYZ | 30.85 | 46.22 | 54.31 | - |
| YUV | 150.96 | 148.34 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 187 | 0.82 | 0 | 0.07 | 0.21 | 174.55 | 0.69 | 0.47 |
| Hex | 25 | CA | BB | 52 | 0 | 7 | 15 | AF | 45 | 2F |
| Octal | 45 | 312 | 273 | 122 | 0 | 7 | 25 | 257 | 105 | 57 |
| Binary | 100101 | 11001010 | 10111011 | 1010010 | 0 | 111 | 10101 | 10101111 | 1000101 | 101111 |
Color Harmonies of #25CABB
Complementary color
Monochromatic Colors of #25CABB
Black with #25CABB
Text Example
Text Example
White with #25CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CABB; }
p { color: rgb(37,202,187); }
H1.HeaderClassName
{
color: #25CABB;
}
.AnyTagClassName
{
color: #25CABB;
}
</style>
background-color css
<style>
a { background-color: #25CABB; }
a { background-color: rgb(37,202,187); }
div.DivClassName
{
background-color: #25CABB;
}
.BgClassName
{
background-color: #25CABB;
}
</style>
border-color css
<style>
span { border-color: #25CABB; }
span { border-color: rgb(37,202,187); }
td.TdClassName
{
border-color: #25CABB;
}
.TagClassName
{
border-color: #25CABB;
}
</style>