Shades of Caribbean Green #0AE0AC
Tints of Caribbean Green #0AE0AC
RGB
CMYK
RGB Variations
Color information
#0AE0AC (or 0x0AE0AC) is known color: Caribbean Green. HEX triplet: 0A, E0 and AC. RGB value is (10,224,172). Sum of RGB (Red+Green+Blue) = 10+224+172=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE0AC is #F51F53. Grayscale: #9A9A9A. Windows color (decimal): -16064340 or 11329546. OLE color: 11329546.
HSL color Cylindrical-coordinate representation of color #0AE0AC: hue angle of 165.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE0AC is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 172 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.12 |
| HSL | 165.42º | 0.91% | 0.46% | - |
| HSV(B) | 165.42º | 0.96% | 0.88% | - |
| XYZ | 34.23 | 56.35 | 48.1 | - |
| YUV | 154.09 | 138.1 | 25.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 172 | 0.96 | 0 | 0.23 | 0.12 | 165.42 | 0.91 | 0.46 |
| Hex | A | E0 | AC | 60 | 0 | 17 | C | A5 | 5B | 2E |
| Octal | 12 | 340 | 254 | 140 | 0 | 27 | 14 | 245 | 133 | 56 |
| Binary | 1010 | 11100000 | 10101100 | 1100000 | 0 | 10111 | 1100 | 10100101 | 1011011 | 101110 |
Color Harmonies of #0AE0AC
Complementary color
Monochromatic Colors of #0AE0AC
Black with #0AE0AC
Text Example
Text Example
White with #0AE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE0AC; }
p { color: rgb(10,224,172); }
H1.HeaderClassName
{
color: #0AE0AC;
}
.AnyTagClassName
{
color: #0AE0AC;
}
</style>
background-color css
<style>
a { background-color: #0AE0AC; }
a { background-color: rgb(10,224,172); }
div.DivClassName
{
background-color: #0AE0AC;
}
.BgClassName
{
background-color: #0AE0AC;
}
</style>
border-color css
<style>
span { border-color: #0AE0AC; }
span { border-color: rgb(10,224,172); }
td.TdClassName
{
border-color: #0AE0AC;
}
.TagClassName
{
border-color: #0AE0AC;
}
</style>