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