Shades of Caribbean Green #0AC788
Tints of Caribbean Green #0AC788
RGB
CMYK
RGB Variations
Color information
#0AC788 (or 0x0AC788) is known color: Caribbean Green. HEX triplet: 0A, C7 and 88. RGB value is (10,199,136). Sum of RGB (Red+Green+Blue) = 10+199+136=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 199 (78.12% from 255 or 57.68% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC788 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC788 is #F53877. Grayscale: #878787. Windows color (decimal): -16070776 or 8963850. OLE color: 8963850.
HSL color Cylindrical-coordinate representation of color #0AC788: hue angle of 160º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC788 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 136 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.22 |
| HSL | 160º | 0.9% | 0.41% | - |
| HSV(B) | 160º | 0.95% | 0.78% | - |
| XYZ | 24.99 | 42.69 | 30.22 | - |
| YUV | 135.31 | 128.38 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 136 | 0.95 | 0 | 0.32 | 0.22 | 160 | 0.9 | 0.41 |
| Hex | A | C7 | 88 | 5F | 0 | 20 | 16 | A0 | 5A | 29 |
| Octal | 12 | 307 | 210 | 137 | 0 | 40 | 26 | 240 | 132 | 51 |
| Binary | 1010 | 11000111 | 10001000 | 1011111 | 0 | 100000 | 10110 | 10100000 | 1011010 | 101001 |
Color Harmonies of #0AC788
Complementary color
Monochromatic Colors of #0AC788
Black with #0AC788
Text Example
Text Example
White with #0AC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC788; }
p { color: rgb(10,199,136); }
H1.HeaderClassName
{
color: #0AC788;
}
.AnyTagClassName
{
color: #0AC788;
}
</style>
background-color css
<style>
a { background-color: #0AC788; }
a { background-color: rgb(10,199,136); }
div.DivClassName
{
background-color: #0AC788;
}
.BgClassName
{
background-color: #0AC788;
}
</style>
border-color css
<style>
span { border-color: #0AC788; }
span { border-color: rgb(10,199,136); }
td.TdClassName
{
border-color: #0AC788;
}
.TagClassName
{
border-color: #0AC788;
}
</style>