Shades of Light Sea Green #25BBBC
Tints of Light Sea Green #25BBBC
RGB
CMYK
RGB Variations
Color information
#25BBBC (or 0x25BBBC) is known color: Light Sea Green. HEX triplet: 25, BB and BC. RGB value is (37,187,188). Sum of RGB (Red+Green+Blue) = 37+187+188=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #25BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BBBC is #DA4443. Grayscale: #8E8E8E. Windows color (decimal): -14304324 or 12368677. OLE color: 12368677.
HSL color Cylindrical-coordinate representation of color #25BBBC: hue angle of 180.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BBBC is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 187 | 188 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.26 |
| HSL | 180.4º | 0.67% | 0.44% | - |
| HSV(B) | 180.4º | 0.8% | 0.74% | - |
| XYZ | 27.61 | 39.56 | 53.76 | - |
| YUV | 142.26 | 153.81 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 188 | 0.80 | 0.01 | 0 | 0.26 | 180.4 | 0.67 | 0.44 |
| Hex | 25 | BB | BC | 50 | 1 | 0 | 1A | B4 | 43 | 2C |
| Octal | 45 | 273 | 274 | 120 | 1 | 0 | 32 | 264 | 103 | 54 |
| Binary | 100101 | 10111011 | 10111100 | 1010000 | 1 | 0 | 11010 | 10110100 | 1000011 | 101100 |
Color Harmonies of #25BBBC
Complementary color
Monochromatic Colors of #25BBBC
Black with #25BBBC
Text Example
Text Example
White with #25BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBBC; }
p { color: rgb(37,187,188); }
H1.HeaderClassName
{
color: #25BBBC;
}
.AnyTagClassName
{
color: #25BBBC;
}
</style>
background-color css
<style>
a { background-color: #25BBBC; }
a { background-color: rgb(37,187,188); }
div.DivClassName
{
background-color: #25BBBC;
}
.BgClassName
{
background-color: #25BBBC;
}
</style>
border-color css
<style>
span { border-color: #25BBBC; }
span { border-color: rgb(37,187,188); }
td.TdClassName
{
border-color: #25BBBC;
}
.TagClassName
{
border-color: #25BBBC;
}
</style>