Shades of Caribbean Green #0AC08D
Tints of Caribbean Green #0AC08D
RGB
CMYK
RGB Variations
Color information
#0AC08D (or 0x0AC08D) is known color: Caribbean Green. HEX triplet: 0A, C0 and 8D. RGB value is (10,192,141). Sum of RGB (Red+Green+Blue) = 10+192+141=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC08D is #F53F72. Grayscale: #838383. Windows color (decimal): -16072563 or 9289738. OLE color: 9289738.
HSL color Cylindrical-coordinate representation of color #0AC08D: hue angle of 163.19º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC08D is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 141 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.25 |
| HSL | 163.19º | 0.9% | 0.4% | - |
| HSV(B) | 163.19º | 0.95% | 0.75% | - |
| XYZ | 23.78 | 39.69 | 31.61 | - |
| YUV | 131.77 | 133.2 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 141 | 0.95 | 0 | 0.27 | 0.25 | 163.19 | 0.9 | 0.4 |
| Hex | A | C0 | 8D | 5F | 0 | 1B | 19 | A3 | 5A | 28 |
| Octal | 12 | 300 | 215 | 137 | 0 | 33 | 31 | 243 | 132 | 50 |
| Binary | 1010 | 11000000 | 10001101 | 1011111 | 0 | 11011 | 11001 | 10100011 | 1011010 | 101000 |
Color Harmonies of #0AC08D
Complementary color
Monochromatic Colors of #0AC08D
Black with #0AC08D
Text Example
Text Example
White with #0AC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC08D; }
p { color: rgb(10,192,141); }
H1.HeaderClassName
{
color: #0AC08D;
}
.AnyTagClassName
{
color: #0AC08D;
}
</style>
background-color css
<style>
a { background-color: #0AC08D; }
a { background-color: rgb(10,192,141); }
div.DivClassName
{
background-color: #0AC08D;
}
.BgClassName
{
background-color: #0AC08D;
}
</style>
border-color css
<style>
span { border-color: #0AC08D; }
span { border-color: rgb(10,192,141); }
td.TdClassName
{
border-color: #0AC08D;
}
.TagClassName
{
border-color: #0AC08D;
}
</style>