Shades of Caribbean Green #08C3AC
Tints of Caribbean Green #08C3AC
RGB
CMYK
RGB Variations
Color information
#08C3AC (or 0x08C3AC) is known color: Caribbean Green. HEX triplet: 08, C3 and AC. RGB value is (8,195,172). Sum of RGB (Red+Green+Blue) = 8+195+172=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #08C3AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C3AC is #F73C53. Grayscale: #888888. Windows color (decimal): -16202836 or 11322120. OLE color: 11322120.
HSL color Cylindrical-coordinate representation of color #08C3AC: hue angle of 172.62º 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 #08C3AC is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 172 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.24 |
| HSL | 172.62º | 0.92% | 0.4% | - |
| HSV(B) | 172.62º | 0.96% | 0.76% | - |
| XYZ | 27.06 | 42.06 | 45.72 | - |
| YUV | 136.47 | 148.05 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 172 | 0.96 | 0 | 0.12 | 0.24 | 172.62 | 0.92 | 0.4 |
| Hex | 8 | C3 | AC | 60 | 0 | C | 18 | AD | 5C | 28 |
| Octal | 10 | 303 | 254 | 140 | 0 | 14 | 30 | 255 | 134 | 50 |
| Binary | 1000 | 11000011 | 10101100 | 1100000 | 0 | 1100 | 11000 | 10101101 | 1011100 | 101000 |
Color Harmonies of #08C3AC
Complementary color
Monochromatic Colors of #08C3AC
Black with #08C3AC
Text Example
Text Example
White with #08C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C3AC; }
p { color: rgb(8,195,172); }
H1.HeaderClassName
{
color: #08C3AC;
}
.AnyTagClassName
{
color: #08C3AC;
}
</style>
background-color css
<style>
a { background-color: #08C3AC; }
a { background-color: rgb(8,195,172); }
div.DivClassName
{
background-color: #08C3AC;
}
.BgClassName
{
background-color: #08C3AC;
}
</style>
border-color css
<style>
span { border-color: #08C3AC; }
span { border-color: rgb(8,195,172); }
td.TdClassName
{
border-color: #08C3AC;
}
.TagClassName
{
border-color: #08C3AC;
}
</style>