Shades of Caribbean Green #08CFAC
Tints of Caribbean Green #08CFAC
RGB
CMYK
RGB Variations
Color information
#08CFAC (or 0x08CFAC) is known color: Caribbean Green. HEX triplet: 08, CF and AC. RGB value is (8,207,172). Sum of RGB (Red+Green+Blue) = 8+207+172=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #08CFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CFAC is #F73053. Grayscale: #8F8F8F. Windows color (decimal): -16199764 or 11325192. OLE color: 11325192.
HSL color Cylindrical-coordinate representation of color #08CFAC: hue angle of 169.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CFAC is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 172 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.19 |
| HSL | 169.45º | 0.93% | 0.42% | - |
| HSV(B) | 169.45º | 0.96% | 0.81% | - |
| XYZ | 29.86 | 47.66 | 46.65 | - |
| YUV | 143.51 | 144.07 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 172 | 0.96 | 0 | 0.17 | 0.19 | 169.45 | 0.93 | 0.42 |
| Hex | 8 | CF | AC | 60 | 0 | 11 | 13 | A9 | 5D | 2A |
| Octal | 10 | 317 | 254 | 140 | 0 | 21 | 23 | 251 | 135 | 52 |
| Binary | 1000 | 11001111 | 10101100 | 1100000 | 0 | 10001 | 10011 | 10101001 | 1011101 | 101010 |
Color Harmonies of #08CFAC
Complementary color
Monochromatic Colors of #08CFAC
Black with #08CFAC
Text Example
Text Example
White with #08CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CFAC; }
p { color: rgb(8,207,172); }
H1.HeaderClassName
{
color: #08CFAC;
}
.AnyTagClassName
{
color: #08CFAC;
}
</style>
background-color css
<style>
a { background-color: #08CFAC; }
a { background-color: rgb(8,207,172); }
div.DivClassName
{
background-color: #08CFAC;
}
.BgClassName
{
background-color: #08CFAC;
}
</style>
border-color css
<style>
span { border-color: #08CFAC; }
span { border-color: rgb(8,207,172); }
td.TdClassName
{
border-color: #08CFAC;
}
.TagClassName
{
border-color: #08CFAC;
}
</style>