Shades of Light Sea Green #25BBC8
Tints of Light Sea Green #25BBC8
RGB
CMYK
RGB Variations
Color information
#25BBC8 (or 0x25BBC8) is known color: Light Sea Green. HEX triplet: 25, BB and C8. RGB value is (37,187,200). Sum of RGB (Red+Green+Blue) = 37+187+200=424 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.73% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #25BBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BBC8 is #DA4437. Grayscale: #8F8F8F. Windows color (decimal): -14304312 or 13155109. OLE color: 13155109.
HSL color Cylindrical-coordinate representation of color #25BBC8: hue angle of 184.79º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BBC8 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 187 | 200 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.22 |
| HSL | 184.79º | 0.69% | 0.46% | - |
| HSV(B) | 184.79º | 0.82% | 0.78% | - |
| XYZ | 28.96 | 40.1 | 60.86 | - |
| YUV | 143.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 200 | 0.82 | 0.06 | 0 | 0.22 | 184.79 | 0.69 | 0.46 |
| Hex | 25 | BB | C8 | 52 | 6 | 0 | 16 | B9 | 45 | 2E |
| Octal | 45 | 273 | 310 | 122 | 6 | 0 | 26 | 271 | 105 | 56 |
| Binary | 100101 | 10111011 | 11001000 | 1010010 | 110 | 0 | 10110 | 10111001 | 1000101 | 101110 |
Color Harmonies of #25BBC8
Complementary color
Monochromatic Colors of #25BBC8
Black with #25BBC8
Text Example
Text Example
White with #25BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBC8; }
p { color: rgb(37,187,200); }
H1.HeaderClassName
{
color: #25BBC8;
}
.AnyTagClassName
{
color: #25BBC8;
}
</style>
background-color css
<style>
a { background-color: #25BBC8; }
a { background-color: rgb(37,187,200); }
div.DivClassName
{
background-color: #25BBC8;
}
.BgClassName
{
background-color: #25BBC8;
}
</style>
border-color css
<style>
span { border-color: #25BBC8; }
span { border-color: rgb(37,187,200); }
td.TdClassName
{
border-color: #25BBC8;
}
.TagClassName
{
border-color: #25BBC8;
}
</style>