Shades of Caribbean Green #08B99D
Tints of Caribbean Green #08B99D
RGB
CMYK
RGB Variations
Color information
#08B99D (or 0x08B99D) is known color: Caribbean Green. HEX triplet: 08, B9 and 9D. RGB value is (8,185,157). Sum of RGB (Red+Green+Blue) = 8+185+157=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #08B99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B99D is #F74662. Grayscale: #808080. Windows color (decimal): -16205411 or 10336520. OLE color: 10336520.
HSL color Cylindrical-coordinate representation of color #08B99D: hue angle of 170.51º 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 #08B99D is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 185 | 157 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.27 |
| HSL | 170.51º | 0.92% | 0.38% | - |
| HSV(B) | 170.51º | 0.96% | 0.73% | - |
| XYZ | 23.53 | 37.18 | 37.84 | - |
| YUV | 128.89 | 143.86 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 185 | 157 | 0.96 | 0 | 0.15 | 0.27 | 170.51 | 0.92 | 0.38 |
| Hex | 8 | B9 | 9D | 60 | 0 | F | 1B | AB | 5C | 26 |
| Octal | 10 | 271 | 235 | 140 | 0 | 17 | 33 | 253 | 134 | 46 |
| Binary | 1000 | 10111001 | 10011101 | 1100000 | 0 | 1111 | 11011 | 10101011 | 1011100 | 100110 |
Color Harmonies of #08B99D
Complementary color
Monochromatic Colors of #08B99D
Black with #08B99D
Text Example
Text Example
White with #08B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B99D; }
p { color: rgb(8,185,157); }
H1.HeaderClassName
{
color: #08B99D;
}
.AnyTagClassName
{
color: #08B99D;
}
</style>
background-color css
<style>
a { background-color: #08B99D; }
a { background-color: rgb(8,185,157); }
div.DivClassName
{
background-color: #08B99D;
}
.BgClassName
{
background-color: #08B99D;
}
</style>
border-color css
<style>
span { border-color: #08B99D; }
span { border-color: rgb(8,185,157); }
td.TdClassName
{
border-color: #08B99D;
}
.TagClassName
{
border-color: #08B99D;
}
</style>