Shades of Caribbean Green #0ACC8F
Tints of Caribbean Green #0ACC8F
RGB
CMYK
RGB Variations
Color information
#0ACC8F (or 0x0ACC8F) is known color: Caribbean Green. HEX triplet: 0A, CC and 8F. RGB value is (10,204,143). Sum of RGB (Red+Green+Blue) = 10+204+143=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACC8F is #F53370. Grayscale: #8B8B8B. Windows color (decimal): -16069489 or 9423882. OLE color: 9423882.
HSL color Cylindrical-coordinate representation of color #0ACC8F: hue angle of 161.13º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACC8F is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 143 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.2 |
| HSL | 161.13º | 0.91% | 0.42% | - |
| HSV(B) | 161.13º | 0.95% | 0.8% | - |
| XYZ | 26.68 | 45.23 | 33.31 | - |
| YUV | 139.04 | 130.23 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 143 | 0.95 | 0 | 0.30 | 0.2 | 161.13 | 0.91 | 0.42 |
| Hex | A | CC | 8F | 5F | 0 | 1E | 14 | A1 | 5B | 2A |
| Octal | 12 | 314 | 217 | 137 | 0 | 36 | 24 | 241 | 133 | 52 |
| Binary | 1010 | 11001100 | 10001111 | 1011111 | 0 | 11110 | 10100 | 10100001 | 1011011 | 101010 |
Color Harmonies of #0ACC8F
Complementary color
Monochromatic Colors of #0ACC8F
Black with #0ACC8F
Text Example
Text Example
White with #0ACC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC8F; }
p { color: rgb(10,204,143); }
H1.HeaderClassName
{
color: #0ACC8F;
}
.AnyTagClassName
{
color: #0ACC8F;
}
</style>
background-color css
<style>
a { background-color: #0ACC8F; }
a { background-color: rgb(10,204,143); }
div.DivClassName
{
background-color: #0ACC8F;
}
.BgClassName
{
background-color: #0ACC8F;
}
</style>
border-color css
<style>
span { border-color: #0ACC8F; }
span { border-color: rgb(10,204,143); }
td.TdClassName
{
border-color: #0ACC8F;
}
.TagClassName
{
border-color: #0ACC8F;
}
</style>