Shades of Caribbean Green #08BC9A
Tints of Caribbean Green #08BC9A
RGB
CMYK
RGB Variations
Color information
#08BC9A (or 0x08BC9A) is known color: Caribbean Green. HEX triplet: 08, BC and 9A. RGB value is (8,188,154). Sum of RGB (Red+Green+Blue) = 8+188+154=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BC9A is #F74365. Grayscale: #828282. Windows color (decimal): -16204646 or 10140680. OLE color: 10140680.
HSL color Cylindrical-coordinate representation of color #08BC9A: hue angle of 168.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC9A is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 154 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.26 |
| HSL | 168.67º | 0.92% | 0.38% | - |
| HSV(B) | 168.67º | 0.96% | 0.74% | - |
| XYZ | 23.92 | 38.35 | 36.71 | - |
| YUV | 130.3 | 141.37 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 154 | 0.96 | 0 | 0.18 | 0.26 | 168.67 | 0.92 | 0.38 |
| Hex | 8 | BC | 9A | 60 | 0 | 12 | 1A | A9 | 5C | 26 |
| Octal | 10 | 274 | 232 | 140 | 0 | 22 | 32 | 251 | 134 | 46 |
| Binary | 1000 | 10111100 | 10011010 | 1100000 | 0 | 10010 | 11010 | 10101001 | 1011100 | 100110 |
Color Harmonies of #08BC9A
Complementary color
Monochromatic Colors of #08BC9A
Black with #08BC9A
Text Example
Text Example
White with #08BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC9A; }
p { color: rgb(8,188,154); }
H1.HeaderClassName
{
color: #08BC9A;
}
.AnyTagClassName
{
color: #08BC9A;
}
</style>
background-color css
<style>
a { background-color: #08BC9A; }
a { background-color: rgb(8,188,154); }
div.DivClassName
{
background-color: #08BC9A;
}
.BgClassName
{
background-color: #08BC9A;
}
</style>
border-color css
<style>
span { border-color: #08BC9A; }
span { border-color: rgb(8,188,154); }
td.TdClassName
{
border-color: #08BC9A;
}
.TagClassName
{
border-color: #08BC9A;
}
</style>