Shades of Light Sea Green #25BBC3
Tints of Light Sea Green #25BBC3
RGB
CMYK
RGB Variations
Color information
#25BBC3 (or 0x25BBC3) is known color: Light Sea Green. HEX triplet: 25, BB and C3. RGB value is (37,187,195). Sum of RGB (Red+Green+Blue) = 37+187+195=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #25BBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BBC3 is #DA443C. Grayscale: #8E8E8E. Windows color (decimal): -14304317 or 12827429. OLE color: 12827429.
HSL color Cylindrical-coordinate representation of color #25BBC3: hue angle of 183.04º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BBC3 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 187 | 195 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.24 |
| HSL | 183.04º | 0.68% | 0.45% | - |
| HSV(B) | 183.04º | 0.81% | 0.76% | - |
| XYZ | 28.38 | 39.87 | 57.83 | - |
| YUV | 143.06 | 157.31 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 195 | 0.81 | 0.04 | 0 | 0.24 | 183.04 | 0.68 | 0.45 |
| Hex | 25 | BB | C3 | 51 | 4 | 0 | 18 | B7 | 44 | 2D |
| Octal | 45 | 273 | 303 | 121 | 4 | 0 | 30 | 267 | 104 | 55 |
| Binary | 100101 | 10111011 | 11000011 | 1010001 | 100 | 0 | 11000 | 10110111 | 1000100 | 101101 |
Color Harmonies of #25BBC3
Complementary color
Monochromatic Colors of #25BBC3
Black with #25BBC3
Text Example
Text Example
White with #25BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBC3; }
p { color: rgb(37,187,195); }
H1.HeaderClassName
{
color: #25BBC3;
}
.AnyTagClassName
{
color: #25BBC3;
}
</style>
background-color css
<style>
a { background-color: #25BBC3; }
a { background-color: rgb(37,187,195); }
div.DivClassName
{
background-color: #25BBC3;
}
.BgClassName
{
background-color: #25BBC3;
}
</style>
border-color css
<style>
span { border-color: #25BBC3; }
span { border-color: rgb(37,187,195); }
td.TdClassName
{
border-color: #25BBC3;
}
.TagClassName
{
border-color: #25BBC3;
}
</style>