Shades of Light Sea Green #08BCB0
Tints of Light Sea Green #08BCB0
RGB
CMYK
RGB Variations
Color information
#08BCB0 (or 0x08BCB0) is known color: Light Sea Green. HEX triplet: 08, BC and B0. RGB value is (8,188,176). Sum of RGB (Red+Green+Blue) = 8+188+176=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #08BCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BCB0 is #F7434F. Grayscale: #848484. Windows color (decimal): -16204624 or 11582472. OLE color: 11582472.
HSL color Cylindrical-coordinate representation of color #08BCB0: hue angle of 176º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCB0 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 176 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.26 |
| HSL | 176º | 0.92% | 0.38% | - |
| HSV(B) | 176º | 0.96% | 0.74% | - |
| XYZ | 25.92 | 39.15 | 47.27 | - |
| YUV | 132.81 | 152.37 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 176 | 0.96 | 0 | 0.06 | 0.26 | 176 | 0.92 | 0.38 |
| Hex | 8 | BC | B0 | 60 | 0 | 6 | 1A | B0 | 5C | 26 |
| Octal | 10 | 274 | 260 | 140 | 0 | 6 | 32 | 260 | 134 | 46 |
| Binary | 1000 | 10111100 | 10110000 | 1100000 | 0 | 110 | 11010 | 10110000 | 1011100 | 100110 |
Color Harmonies of #08BCB0
Complementary color
Monochromatic Colors of #08BCB0
Black with #08BCB0
Text Example
Text Example
White with #08BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCB0; }
p { color: rgb(8,188,176); }
H1.HeaderClassName
{
color: #08BCB0;
}
.AnyTagClassName
{
color: #08BCB0;
}
</style>
background-color css
<style>
a { background-color: #08BCB0; }
a { background-color: rgb(8,188,176); }
div.DivClassName
{
background-color: #08BCB0;
}
.BgClassName
{
background-color: #08BCB0;
}
</style>
border-color css
<style>
span { border-color: #08BCB0; }
span { border-color: rgb(8,188,176); }
td.TdClassName
{
border-color: #08BCB0;
}
.TagClassName
{
border-color: #08BCB0;
}
</style>