Shades of Caribbean Green #0ACC9D
Tints of Caribbean Green #0ACC9D
RGB
CMYK
RGB Variations
Color information
#0ACC9D (or 0x0ACC9D) is known color: Caribbean Green. HEX triplet: 0A, CC and 9D. RGB value is (10,204,157). Sum of RGB (Red+Green+Blue) = 10+204+157=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACC9D is #F53362. Grayscale: #8C8C8C. Windows color (decimal): -16069475 or 10341386. OLE color: 10341386.
HSL color Cylindrical-coordinate representation of color #0ACC9D: hue angle of 165.46º 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 #0ACC9D is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 157 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.2 |
| HSL | 165.46º | 0.91% | 0.42% | - |
| HSV(B) | 165.46º | 0.95% | 0.8% | - |
| XYZ | 27.8 | 45.68 | 39.25 | - |
| YUV | 140.64 | 137.23 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 157 | 0.95 | 0 | 0.23 | 0.2 | 165.46 | 0.91 | 0.42 |
| Hex | A | CC | 9D | 5F | 0 | 17 | 14 | A5 | 5B | 2A |
| Octal | 12 | 314 | 235 | 137 | 0 | 27 | 24 | 245 | 133 | 52 |
| Binary | 1010 | 11001100 | 10011101 | 1011111 | 0 | 10111 | 10100 | 10100101 | 1011011 | 101010 |
Color Harmonies of #0ACC9D
Complementary color
Monochromatic Colors of #0ACC9D
Black with #0ACC9D
Text Example
Text Example
White with #0ACC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC9D; }
p { color: rgb(10,204,157); }
H1.HeaderClassName
{
color: #0ACC9D;
}
.AnyTagClassName
{
color: #0ACC9D;
}
</style>
background-color css
<style>
a { background-color: #0ACC9D; }
a { background-color: rgb(10,204,157); }
div.DivClassName
{
background-color: #0ACC9D;
}
.BgClassName
{
background-color: #0ACC9D;
}
</style>
border-color css
<style>
span { border-color: #0ACC9D; }
span { border-color: rgb(10,204,157); }
td.TdClassName
{
border-color: #0ACC9D;
}
.TagClassName
{
border-color: #0ACC9D;
}
</style>