Shades of Caribbean Green #0AE3AF
Tints of Caribbean Green #0AE3AF
RGB
CMYK
RGB Variations
Color information
#0AE3AF (or 0x0AE3AF) is known color: Caribbean Green. HEX triplet: 0A, E3 and AF. RGB value is (10,227,175). Sum of RGB (Red+Green+Blue) = 10+227+175=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 227 (89.06% from 255 or 55.10% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE3AF is #F51C50. Grayscale: #9C9C9C. Windows color (decimal): -16063569 or 11526922. OLE color: 11526922.
HSL color Cylindrical-coordinate representation of color #0AE3AF: hue angle of 165.62º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE3AF is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 175 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.11 |
| HSL | 165.62º | 0.92% | 0.46% | - |
| HSV(B) | 165.62º | 0.96% | 0.89% | - |
| XYZ | 35.33 | 58.1 | 49.91 | - |
| YUV | 156.19 | 138.61 | 23.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 175 | 0.96 | 0 | 0.23 | 0.11 | 165.62 | 0.92 | 0.46 |
| Hex | A | E3 | AF | 60 | 0 | 17 | B | A6 | 5C | 2E |
| Octal | 12 | 343 | 257 | 140 | 0 | 27 | 13 | 246 | 134 | 56 |
| Binary | 1010 | 11100011 | 10101111 | 1100000 | 0 | 10111 | 1011 | 10100110 | 1011100 | 101110 |
Color Harmonies of #0AE3AF
Complementary color
Monochromatic Colors of #0AE3AF
Black with #0AE3AF
Text Example
Text Example
White with #0AE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE3AF; }
p { color: rgb(10,227,175); }
H1.HeaderClassName
{
color: #0AE3AF;
}
.AnyTagClassName
{
color: #0AE3AF;
}
</style>
background-color css
<style>
a { background-color: #0AE3AF; }
a { background-color: rgb(10,227,175); }
div.DivClassName
{
background-color: #0AE3AF;
}
.BgClassName
{
background-color: #0AE3AF;
}
</style>
border-color css
<style>
span { border-color: #0AE3AF; }
span { border-color: rgb(10,227,175); }
td.TdClassName
{
border-color: #0AE3AF;
}
.TagClassName
{
border-color: #0AE3AF;
}
</style>