Shades of Caribbean Green #0ACFAB
Tints of Caribbean Green #0ACFAB
RGB
CMYK
RGB Variations
Color information
#0ACFAB (or 0x0ACFAB) is known color: Caribbean Green. HEX triplet: 0A, CF and AB. RGB value is (10,207,171). Sum of RGB (Red+Green+Blue) = 10+207+171=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACFAB is #F53054. Grayscale: #8F8F8F. Windows color (decimal): -16068693 or 11259658. OLE color: 11259658.
HSL color Cylindrical-coordinate representation of color #0ACFAB: hue angle of 169.04º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACFAB is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 207 | 171 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.19 |
| HSL | 169.04º | 0.91% | 0.43% | - |
| HSV(B) | 169.04º | 0.95% | 0.81% | - |
| XYZ | 29.79 | 47.63 | 46.15 | - |
| YUV | 143.99 | 143.23 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 171 | 0.95 | 0 | 0.17 | 0.19 | 169.04 | 0.91 | 0.43 |
| Hex | A | CF | AB | 5F | 0 | 11 | 13 | A9 | 5B | 2B |
| Octal | 12 | 317 | 253 | 137 | 0 | 21 | 23 | 251 | 133 | 53 |
| Binary | 1010 | 11001111 | 10101011 | 1011111 | 0 | 10001 | 10011 | 10101001 | 1011011 | 101011 |
Color Harmonies of #0ACFAB
Complementary color
Monochromatic Colors of #0ACFAB
Black with #0ACFAB
Text Example
Text Example
White with #0ACFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACFAB; }
p { color: rgb(10,207,171); }
H1.HeaderClassName
{
color: #0ACFAB;
}
.AnyTagClassName
{
color: #0ACFAB;
}
</style>
background-color css
<style>
a { background-color: #0ACFAB; }
a { background-color: rgb(10,207,171); }
div.DivClassName
{
background-color: #0ACFAB;
}
.BgClassName
{
background-color: #0ACFAB;
}
</style>
border-color css
<style>
span { border-color: #0ACFAB; }
span { border-color: rgb(10,207,171); }
td.TdClassName
{
border-color: #0ACFAB;
}
.TagClassName
{
border-color: #0ACFAB;
}
</style>