Shades of Light Sea Green #08BAB0
Tints of Light Sea Green #08BAB0
RGB
CMYK
RGB Variations
Color information
#08BAB0 (or 0x08BAB0) is known color: Light Sea Green. HEX triplet: 08, BA and B0. RGB value is (8,186,176). Sum of RGB (Red+Green+Blue) = 8+186+176=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #08BAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BAB0 is #F7454F. Grayscale: #838383. Windows color (decimal): -16205136 or 11581960. OLE color: 11581960.
HSL color Cylindrical-coordinate representation of color #08BAB0: hue angle of 176.63º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BAB0 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 176 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.27 |
| HSL | 176.63º | 0.92% | 0.38% | - |
| HSV(B) | 176.63º | 0.96% | 0.73% | - |
| XYZ | 25.5 | 38.3 | 47.12 | - |
| YUV | 131.64 | 153.03 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 176 | 0.96 | 0 | 0.05 | 0.27 | 176.63 | 0.92 | 0.38 |
| Hex | 8 | BA | B0 | 60 | 0 | 5 | 1B | B1 | 5C | 26 |
| Octal | 10 | 272 | 260 | 140 | 0 | 5 | 33 | 261 | 134 | 46 |
| Binary | 1000 | 10111010 | 10110000 | 1100000 | 0 | 101 | 11011 | 10110001 | 1011100 | 100110 |
Color Harmonies of #08BAB0
Complementary color
Monochromatic Colors of #08BAB0
Black with #08BAB0
Text Example
Text Example
White with #08BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BAB0; }
p { color: rgb(8,186,176); }
H1.HeaderClassName
{
color: #08BAB0;
}
.AnyTagClassName
{
color: #08BAB0;
}
</style>
background-color css
<style>
a { background-color: #08BAB0; }
a { background-color: rgb(8,186,176); }
div.DivClassName
{
background-color: #08BAB0;
}
.BgClassName
{
background-color: #08BAB0;
}
</style>
border-color css
<style>
span { border-color: #08BAB0; }
span { border-color: rgb(8,186,176); }
td.TdClassName
{
border-color: #08BAB0;
}
.TagClassName
{
border-color: #08BAB0;
}
</style>