Shades of Caribbean Green #0ACF9C
Tints of Caribbean Green #0ACF9C
RGB
CMYK
RGB Variations
Color information
#0ACF9C (or 0x0ACF9C) is known color: Caribbean Green. HEX triplet: 0A, CF and 9C. RGB value is (10,207,156). Sum of RGB (Red+Green+Blue) = 10+207+156=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACF9C is #F53063. Grayscale: #8E8E8E. Windows color (decimal): -16068708 or 10276618. OLE color: 10276618.
HSL color Cylindrical-coordinate representation of color #0ACF9C: hue angle of 164.47º 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 #0ACF9C is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 207 | 156 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.19 |
| HSL | 164.47º | 0.91% | 0.43% | - |
| HSV(B) | 164.47º | 0.95% | 0.81% | - |
| XYZ | 28.44 | 47.09 | 39.04 | - |
| YUV | 142.28 | 135.73 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 156 | 0.95 | 0 | 0.25 | 0.19 | 164.47 | 0.91 | 0.43 |
| Hex | A | CF | 9C | 5F | 0 | 19 | 13 | A4 | 5B | 2B |
| Octal | 12 | 317 | 234 | 137 | 0 | 31 | 23 | 244 | 133 | 53 |
| Binary | 1010 | 11001111 | 10011100 | 1011111 | 0 | 11001 | 10011 | 10100100 | 1011011 | 101011 |
Color Harmonies of #0ACF9C
Complementary color
Monochromatic Colors of #0ACF9C
Black with #0ACF9C
Text Example
Text Example
White with #0ACF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACF9C; }
p { color: rgb(10,207,156); }
H1.HeaderClassName
{
color: #0ACF9C;
}
.AnyTagClassName
{
color: #0ACF9C;
}
</style>
background-color css
<style>
a { background-color: #0ACF9C; }
a { background-color: rgb(10,207,156); }
div.DivClassName
{
background-color: #0ACF9C;
}
.BgClassName
{
background-color: #0ACF9C;
}
</style>
border-color css
<style>
span { border-color: #0ACF9C; }
span { border-color: rgb(10,207,156); }
td.TdClassName
{
border-color: #0ACF9C;
}
.TagClassName
{
border-color: #0ACF9C;
}
</style>