Shades of Caribbean Green #08BD99
Tints of Caribbean Green #08BD99
RGB
CMYK
RGB Variations
Color information
#08BD99 (or 0x08BD99) is known color: Caribbean Green. HEX triplet: 08, BD and 99. RGB value is (8,189,153). Sum of RGB (Red+Green+Blue) = 8+189+153=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BD99 is #F74266. Grayscale: #828282. Windows color (decimal): -16204391 or 10075400. OLE color: 10075400.
HSL color Cylindrical-coordinate representation of color #08BD99: hue angle of 168.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD99 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 153 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.26 |
| HSL | 168.07º | 0.92% | 0.39% | - |
| HSV(B) | 168.07º | 0.96% | 0.74% | - |
| XYZ | 24.05 | 38.75 | 36.35 | - |
| YUV | 130.78 | 140.53 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 153 | 0.96 | 0 | 0.19 | 0.26 | 168.07 | 0.92 | 0.39 |
| Hex | 8 | BD | 99 | 60 | 0 | 13 | 1A | A8 | 5C | 27 |
| Octal | 10 | 275 | 231 | 140 | 0 | 23 | 32 | 250 | 134 | 47 |
| Binary | 1000 | 10111101 | 10011001 | 1100000 | 0 | 10011 | 11010 | 10101000 | 1011100 | 100111 |
Color Harmonies of #08BD99
Complementary color
Monochromatic Colors of #08BD99
Black with #08BD99
Text Example
Text Example
White with #08BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD99; }
p { color: rgb(8,189,153); }
H1.HeaderClassName
{
color: #08BD99;
}
.AnyTagClassName
{
color: #08BD99;
}
</style>
background-color css
<style>
a { background-color: #08BD99; }
a { background-color: rgb(8,189,153); }
div.DivClassName
{
background-color: #08BD99;
}
.BgClassName
{
background-color: #08BD99;
}
</style>
border-color css
<style>
span { border-color: #08BD99; }
span { border-color: rgb(8,189,153); }
td.TdClassName
{
border-color: #08BD99;
}
.TagClassName
{
border-color: #08BD99;
}
</style>