Shades of Caribbean Green #08BA9F
Tints of Caribbean Green #08BA9F
RGB
CMYK
RGB Variations
Color information
#08BA9F (or 0x08BA9F) is known color: Caribbean Green. HEX triplet: 08, BA and 9F. RGB value is (8,186,159). Sum of RGB (Red+Green+Blue) = 8+186+159=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BA9F is #F74560. Grayscale: #818181. Windows color (decimal): -16205153 or 10467848. OLE color: 10467848.
HSL color Cylindrical-coordinate representation of color #08BA9F: hue angle of 170.9º 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 #08BA9F is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 159 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.27 |
| HSL | 170.9º | 0.92% | 0.38% | - |
| HSV(B) | 170.9º | 0.96% | 0.73% | - |
| XYZ | 23.92 | 37.67 | 38.81 | - |
| YUV | 129.7 | 144.53 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 159 | 0.96 | 0 | 0.15 | 0.27 | 170.9 | 0.92 | 0.38 |
| Hex | 8 | BA | 9F | 60 | 0 | F | 1B | AB | 5C | 26 |
| Octal | 10 | 272 | 237 | 140 | 0 | 17 | 33 | 253 | 134 | 46 |
| Binary | 1000 | 10111010 | 10011111 | 1100000 | 0 | 1111 | 11011 | 10101011 | 1011100 | 100110 |
Color Harmonies of #08BA9F
Complementary color
Monochromatic Colors of #08BA9F
Black with #08BA9F
Text Example
Text Example
White with #08BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA9F; }
p { color: rgb(8,186,159); }
H1.HeaderClassName
{
color: #08BA9F;
}
.AnyTagClassName
{
color: #08BA9F;
}
</style>
background-color css
<style>
a { background-color: #08BA9F; }
a { background-color: rgb(8,186,159); }
div.DivClassName
{
background-color: #08BA9F;
}
.BgClassName
{
background-color: #08BA9F;
}
</style>
border-color css
<style>
span { border-color: #08BA9F; }
span { border-color: rgb(8,186,159); }
td.TdClassName
{
border-color: #08BA9F;
}
.TagClassName
{
border-color: #08BA9F;
}
</style>