Shades of Caribbean Green #08C2AC
Tints of Caribbean Green #08C2AC
RGB
CMYK
RGB Variations
Color information
#08C2AC (or 0x08C2AC) is known color: Caribbean Green. HEX triplet: 08, C2 and AC. RGB value is (8,194,172). Sum of RGB (Red+Green+Blue) = 8+194+172=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C2AC is #F73D53. Grayscale: #878787. Windows color (decimal): -16203092 or 11321864. OLE color: 11321864.
HSL color Cylindrical-coordinate representation of color #08C2AC: hue angle of 172.9º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C2AC is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 172 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.24 |
| HSL | 172.9º | 0.92% | 0.4% | - |
| HSV(B) | 172.9º | 0.96% | 0.76% | - |
| XYZ | 26.84 | 41.61 | 45.65 | - |
| YUV | 135.88 | 148.38 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 172 | 0.96 | 0 | 0.11 | 0.24 | 172.9 | 0.92 | 0.4 |
| Hex | 8 | C2 | AC | 60 | 0 | B | 18 | AD | 5C | 28 |
| Octal | 10 | 302 | 254 | 140 | 0 | 13 | 30 | 255 | 134 | 50 |
| Binary | 1000 | 11000010 | 10101100 | 1100000 | 0 | 1011 | 11000 | 10101101 | 1011100 | 101000 |
Color Harmonies of #08C2AC
Complementary color
Monochromatic Colors of #08C2AC
Black with #08C2AC
Text Example
Text Example
White with #08C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C2AC; }
p { color: rgb(8,194,172); }
H1.HeaderClassName
{
color: #08C2AC;
}
.AnyTagClassName
{
color: #08C2AC;
}
</style>
background-color css
<style>
a { background-color: #08C2AC; }
a { background-color: rgb(8,194,172); }
div.DivClassName
{
background-color: #08C2AC;
}
.BgClassName
{
background-color: #08C2AC;
}
</style>
border-color css
<style>
span { border-color: #08C2AC; }
span { border-color: rgb(8,194,172); }
td.TdClassName
{
border-color: #08C2AC;
}
.TagClassName
{
border-color: #08C2AC;
}
</style>