Shades of Caribbean Green #0ACF9D
Tints of Caribbean Green #0ACF9D
RGB
CMYK
RGB Variations
Color information
#0ACF9D (or 0x0ACF9D) is known color: Caribbean Green. HEX triplet: 0A, CF and 9D. RGB value is (10,207,157). Sum of RGB (Red+Green+Blue) = 10+207+157=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACF9D is #F53062. Grayscale: #8E8E8E. Windows color (decimal): -16068707 or 10342154. OLE color: 10342154.
HSL color Cylindrical-coordinate representation of color #0ACF9D: hue angle of 164.77º 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 #0ACF9D is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 207 | 157 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.19 |
| HSL | 164.77º | 0.91% | 0.43% | - |
| HSV(B) | 164.77º | 0.95% | 0.81% | - |
| XYZ | 28.52 | 47.12 | 39.49 | - |
| YUV | 142.4 | 136.23 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 157 | 0.95 | 0 | 0.24 | 0.19 | 164.77 | 0.91 | 0.43 |
| Hex | A | CF | 9D | 5F | 0 | 18 | 13 | A5 | 5B | 2B |
| Octal | 12 | 317 | 235 | 137 | 0 | 30 | 23 | 245 | 133 | 53 |
| Binary | 1010 | 11001111 | 10011101 | 1011111 | 0 | 11000 | 10011 | 10100101 | 1011011 | 101011 |
Color Harmonies of #0ACF9D
Complementary color
Monochromatic Colors of #0ACF9D
Black with #0ACF9D
Text Example
Text Example
White with #0ACF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACF9D; }
p { color: rgb(10,207,157); }
H1.HeaderClassName
{
color: #0ACF9D;
}
.AnyTagClassName
{
color: #0ACF9D;
}
</style>
background-color css
<style>
a { background-color: #0ACF9D; }
a { background-color: rgb(10,207,157); }
div.DivClassName
{
background-color: #0ACF9D;
}
.BgClassName
{
background-color: #0ACF9D;
}
</style>
border-color css
<style>
span { border-color: #0ACF9D; }
span { border-color: rgb(10,207,157); }
td.TdClassName
{
border-color: #0ACF9D;
}
.TagClassName
{
border-color: #0ACF9D;
}
</style>