Shades of Caribbean Green #0AC8AB
Tints of Caribbean Green #0AC8AB
RGB
CMYK
RGB Variations
Color information
#0AC8AB (or 0x0AC8AB) is known color: Caribbean Green. HEX triplet: 0A, C8 and AB. RGB value is (10,200,171). Sum of RGB (Red+Green+Blue) = 10+200+171=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC8AB is #F53754. Grayscale: #8B8B8B. Windows color (decimal): -16070485 or 11257866. OLE color: 11257866.
HSL color Cylindrical-coordinate representation of color #0AC8AB: hue angle of 170.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC8AB is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 171 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.22 |
| HSL | 170.84º | 0.9% | 0.41% | - |
| HSV(B) | 170.84º | 0.95% | 0.78% | - |
| XYZ | 28.13 | 44.31 | 45.6 | - |
| YUV | 139.88 | 145.55 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 171 | 0.95 | 0 | 0.14 | 0.22 | 170.84 | 0.9 | 0.41 |
| Hex | A | C8 | AB | 5F | 0 | E | 16 | AB | 5A | 29 |
| Octal | 12 | 310 | 253 | 137 | 0 | 16 | 26 | 253 | 132 | 51 |
| Binary | 1010 | 11001000 | 10101011 | 1011111 | 0 | 1110 | 10110 | 10101011 | 1011010 | 101001 |
Color Harmonies of #0AC8AB
Complementary color
Monochromatic Colors of #0AC8AB
Black with #0AC8AB
Text Example
Text Example
White with #0AC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC8AB; }
p { color: rgb(10,200,171); }
H1.HeaderClassName
{
color: #0AC8AB;
}
.AnyTagClassName
{
color: #0AC8AB;
}
</style>
background-color css
<style>
a { background-color: #0AC8AB; }
a { background-color: rgb(10,200,171); }
div.DivClassName
{
background-color: #0AC8AB;
}
.BgClassName
{
background-color: #0AC8AB;
}
</style>
border-color css
<style>
span { border-color: #0AC8AB; }
span { border-color: rgb(10,200,171); }
td.TdClassName
{
border-color: #0AC8AB;
}
.TagClassName
{
border-color: #0AC8AB;
}
</style>