Shades of Caribbean Green #0ACC80
Tints of Caribbean Green #0ACC80
RGB
CMYK
RGB Variations
Color information
#0ACC80 (or 0x0ACC80) is known color: Caribbean Green. HEX triplet: 0A, CC and 80. RGB value is (10,204,128). Sum of RGB (Red+Green+Blue) = 10+204+128=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACC80 is #F5337F. Grayscale: #898989. Windows color (decimal): -16069504 or 8440842. OLE color: 8440842.
HSL color Cylindrical-coordinate representation of color #0ACC80: hue angle of 156.49º 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 #0ACC80 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 128 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.2 |
| HSL | 156.49º | 0.91% | 0.42% | - |
| HSV(B) | 156.49º | 0.95% | 0.8% | - |
| XYZ | 25.61 | 44.81 | 27.72 | - |
| YUV | 137.33 | 122.73 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 128 | 0.95 | 0 | 0.37 | 0.2 | 156.49 | 0.91 | 0.42 |
| Hex | A | CC | 80 | 5F | 0 | 25 | 14 | 9C | 5B | 2A |
| Octal | 12 | 314 | 200 | 137 | 0 | 45 | 24 | 234 | 133 | 52 |
| Binary | 1010 | 11001100 | 10000000 | 1011111 | 0 | 100101 | 10100 | 10011100 | 1011011 | 101010 |
Color Harmonies of #0ACC80
Complementary color
Monochromatic Colors of #0ACC80
Black with #0ACC80
Text Example
Text Example
White with #0ACC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC80; }
p { color: rgb(10,204,128); }
H1.HeaderClassName
{
color: #0ACC80;
}
.AnyTagClassName
{
color: #0ACC80;
}
</style>
background-color css
<style>
a { background-color: #0ACC80; }
a { background-color: rgb(10,204,128); }
div.DivClassName
{
background-color: #0ACC80;
}
.BgClassName
{
background-color: #0ACC80;
}
</style>
border-color css
<style>
span { border-color: #0ACC80; }
span { border-color: rgb(10,204,128); }
td.TdClassName
{
border-color: #0ACC80;
}
.TagClassName
{
border-color: #0ACC80;
}
</style>