Shades of Caribbean Green #0AE0AF
Tints of Caribbean Green #0AE0AF
RGB
CMYK
RGB Variations
Color information
#0AE0AF (or 0x0AE0AF) is known color: Caribbean Green. HEX triplet: 0A, E0 and AF. RGB value is (10,224,175). Sum of RGB (Red+Green+Blue) = 10+224+175=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE0AF is #F51F50. Grayscale: #9A9A9A. Windows color (decimal): -16064337 or 11526154. OLE color: 11526154.
HSL color Cylindrical-coordinate representation of color #0AE0AF: hue angle of 166.26º 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 #0AE0AF is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 175 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.12 |
| HSL | 166.26º | 0.91% | 0.46% | - |
| HSV(B) | 166.26º | 0.96% | 0.88% | - |
| XYZ | 34.52 | 56.47 | 49.64 | - |
| YUV | 154.43 | 139.6 | 24.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 175 | 0.96 | 0 | 0.22 | 0.12 | 166.26 | 0.91 | 0.46 |
| Hex | A | E0 | AF | 60 | 0 | 16 | C | A6 | 5B | 2E |
| Octal | 12 | 340 | 257 | 140 | 0 | 26 | 14 | 246 | 133 | 56 |
| Binary | 1010 | 11100000 | 10101111 | 1100000 | 0 | 10110 | 1100 | 10100110 | 1011011 | 101110 |
Color Harmonies of #0AE0AF
Complementary color
Monochromatic Colors of #0AE0AF
Black with #0AE0AF
Text Example
Text Example
White with #0AE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE0AF; }
p { color: rgb(10,224,175); }
H1.HeaderClassName
{
color: #0AE0AF;
}
.AnyTagClassName
{
color: #0AE0AF;
}
</style>
background-color css
<style>
a { background-color: #0AE0AF; }
a { background-color: rgb(10,224,175); }
div.DivClassName
{
background-color: #0AE0AF;
}
.BgClassName
{
background-color: #0AE0AF;
}
</style>
border-color css
<style>
span { border-color: #0AE0AF; }
span { border-color: rgb(10,224,175); }
td.TdClassName
{
border-color: #0AE0AF;
}
.TagClassName
{
border-color: #0AE0AF;
}
</style>