Shades of Caribbean Green #08C1AA
Tints of Caribbean Green #08C1AA
RGB
CMYK
RGB Variations
Color information
#08C1AA (or 0x08C1AA) is known color: Caribbean Green. HEX triplet: 08, C1 and AA. RGB value is (8,193,170). Sum of RGB (Red+Green+Blue) = 8+193+170=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #08C1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C1AA is #F73E55. Grayscale: #868686. Windows color (decimal): -16203350 or 11190536. OLE color: 11190536.
HSL color Cylindrical-coordinate representation of color #08C1AA: hue angle of 172.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C1AA is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 170 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.24 |
| HSL | 172.54º | 0.92% | 0.39% | - |
| HSV(B) | 172.54º | 0.96% | 0.76% | - |
| XYZ | 26.43 | 41.09 | 44.57 | - |
| YUV | 135.06 | 147.71 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 170 | 0.96 | 0 | 0.12 | 0.24 | 172.54 | 0.92 | 0.39 |
| Hex | 8 | C1 | AA | 60 | 0 | C | 18 | AD | 5C | 27 |
| Octal | 10 | 301 | 252 | 140 | 0 | 14 | 30 | 255 | 134 | 47 |
| Binary | 1000 | 11000001 | 10101010 | 1100000 | 0 | 1100 | 11000 | 10101101 | 1011100 | 100111 |
Color Harmonies of #08C1AA
Complementary color
Monochromatic Colors of #08C1AA
Black with #08C1AA
Text Example
Text Example
White with #08C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C1AA; }
p { color: rgb(8,193,170); }
H1.HeaderClassName
{
color: #08C1AA;
}
.AnyTagClassName
{
color: #08C1AA;
}
</style>
background-color css
<style>
a { background-color: #08C1AA; }
a { background-color: rgb(8,193,170); }
div.DivClassName
{
background-color: #08C1AA;
}
.BgClassName
{
background-color: #08C1AA;
}
</style>
border-color css
<style>
span { border-color: #08C1AA; }
span { border-color: rgb(8,193,170); }
td.TdClassName
{
border-color: #08C1AA;
}
.TagClassName
{
border-color: #08C1AA;
}
</style>