Shades of Caribbean Green #0ACFAA
Tints of Caribbean Green #0ACFAA
RGB
CMYK
RGB Variations
Color information
#0ACFAA (or 0x0ACFAA) is known color: Caribbean Green. HEX triplet: 0A, CF and AA. RGB value is (10,207,170). Sum of RGB (Red+Green+Blue) = 10+207+170=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACFAA is #F53055. Grayscale: #8F8F8F. Windows color (decimal): -16068694 or 11194122. OLE color: 11194122.
HSL color Cylindrical-coordinate representation of color #0ACFAA: hue angle of 168.73º 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 #0ACFAA is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 207 | 170 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.19 |
| HSL | 168.73º | 0.91% | 0.43% | - |
| HSV(B) | 168.73º | 0.95% | 0.81% | - |
| XYZ | 29.69 | 47.59 | 45.65 | - |
| YUV | 143.88 | 142.73 | 32.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 170 | 0.95 | 0 | 0.18 | 0.19 | 168.73 | 0.91 | 0.43 |
| Hex | A | CF | AA | 5F | 0 | 12 | 13 | A9 | 5B | 2B |
| Octal | 12 | 317 | 252 | 137 | 0 | 22 | 23 | 251 | 133 | 53 |
| Binary | 1010 | 11001111 | 10101010 | 1011111 | 0 | 10010 | 10011 | 10101001 | 1011011 | 101011 |
Color Harmonies of #0ACFAA
Complementary color
Monochromatic Colors of #0ACFAA
Black with #0ACFAA
Text Example
Text Example
White with #0ACFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACFAA; }
p { color: rgb(10,207,170); }
H1.HeaderClassName
{
color: #0ACFAA;
}
.AnyTagClassName
{
color: #0ACFAA;
}
</style>
background-color css
<style>
a { background-color: #0ACFAA; }
a { background-color: rgb(10,207,170); }
div.DivClassName
{
background-color: #0ACFAA;
}
.BgClassName
{
background-color: #0ACFAA;
}
</style>
border-color css
<style>
span { border-color: #0ACFAA; }
span { border-color: rgb(10,207,170); }
td.TdClassName
{
border-color: #0ACFAA;
}
.TagClassName
{
border-color: #0ACFAA;
}
</style>