Shades of Caribbean Green #0AC6AB
Tints of Caribbean Green #0AC6AB
RGB
CMYK
RGB Variations
Color information
#0AC6AB (or 0x0AC6AB) is known color: Caribbean Green. HEX triplet: 0A, C6 and AB. RGB value is (10,198,171). Sum of RGB (Red+Green+Blue) = 10+198+171=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC6AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC6AB is #F53954. Grayscale: #8A8A8A. Windows color (decimal): -16070997 or 11257354. OLE color: 11257354.
HSL color Cylindrical-coordinate representation of color #0AC6AB: hue angle of 171.38º 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 #0AC6AB is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 171 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.22 |
| HSL | 171.38º | 0.9% | 0.41% | - |
| HSV(B) | 171.38º | 0.95% | 0.78% | - |
| XYZ | 27.67 | 43.39 | 45.45 | - |
| YUV | 138.71 | 146.22 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 171 | 0.95 | 0 | 0.14 | 0.22 | 171.38 | 0.9 | 0.41 |
| Hex | A | C6 | AB | 5F | 0 | E | 16 | AB | 5A | 29 |
| Octal | 12 | 306 | 253 | 137 | 0 | 16 | 26 | 253 | 132 | 51 |
| Binary | 1010 | 11000110 | 10101011 | 1011111 | 0 | 1110 | 10110 | 10101011 | 1011010 | 101001 |
Color Harmonies of #0AC6AB
Complementary color
Monochromatic Colors of #0AC6AB
Black with #0AC6AB
Text Example
Text Example
White with #0AC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC6AB; }
p { color: rgb(10,198,171); }
H1.HeaderClassName
{
color: #0AC6AB;
}
.AnyTagClassName
{
color: #0AC6AB;
}
</style>
background-color css
<style>
a { background-color: #0AC6AB; }
a { background-color: rgb(10,198,171); }
div.DivClassName
{
background-color: #0AC6AB;
}
.BgClassName
{
background-color: #0AC6AB;
}
</style>
border-color css
<style>
span { border-color: #0AC6AB; }
span { border-color: rgb(10,198,171); }
td.TdClassName
{
border-color: #0AC6AB;
}
.TagClassName
{
border-color: #0AC6AB;
}
</style>