Shades of Light Sea Green #08BBAB
Tints of Light Sea Green #08BBAB
RGB
CMYK
RGB Variations
Color information
#08BBAB (or 0x08BBAB) is known color: Light Sea Green. HEX triplet: 08, BB and AB. RGB value is (8,187,171). Sum of RGB (Red+Green+Blue) = 8+187+171=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #08BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BBAB is #F74454. Grayscale: #838383. Windows color (decimal): -16204885 or 11254536. OLE color: 11254536.
HSL color Cylindrical-coordinate representation of color #08BBAB: hue angle of 174.64º 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 #08BBAB is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 187 | 171 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.27 |
| HSL | 174.64º | 0.92% | 0.38% | - |
| HSV(B) | 174.64º | 0.96% | 0.73% | - |
| XYZ | 25.22 | 38.53 | 44.64 | - |
| YUV | 131.66 | 150.2 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 171 | 0.96 | 0 | 0.09 | 0.27 | 174.64 | 0.92 | 0.38 |
| Hex | 8 | BB | AB | 60 | 0 | 9 | 1B | AF | 5C | 26 |
| Octal | 10 | 273 | 253 | 140 | 0 | 11 | 33 | 257 | 134 | 46 |
| Binary | 1000 | 10111011 | 10101011 | 1100000 | 0 | 1001 | 11011 | 10101111 | 1011100 | 100110 |
Color Harmonies of #08BBAB
Complementary color
Monochromatic Colors of #08BBAB
Black with #08BBAB
Text Example
Text Example
White with #08BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBAB; }
p { color: rgb(8,187,171); }
H1.HeaderClassName
{
color: #08BBAB;
}
.AnyTagClassName
{
color: #08BBAB;
}
</style>
background-color css
<style>
a { background-color: #08BBAB; }
a { background-color: rgb(8,187,171); }
div.DivClassName
{
background-color: #08BBAB;
}
.BgClassName
{
background-color: #08BBAB;
}
</style>
border-color css
<style>
span { border-color: #08BBAB; }
span { border-color: rgb(8,187,171); }
td.TdClassName
{
border-color: #08BBAB;
}
.TagClassName
{
border-color: #08BBAB;
}
</style>