Shades of Caribbean Green #0AE1A3
Tints of Caribbean Green #0AE1A3
RGB
CMYK
RGB Variations
Color information
#0AE1A3 (or 0x0AE1A3) is known color: Caribbean Green. HEX triplet: 0A, E1 and A3. RGB value is (10,225,163). Sum of RGB (Red+Green+Blue) = 10+225+163=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE1A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE1A3 is #F51E5C. Grayscale: #999999. Windows color (decimal): -16064093 or 10739978. OLE color: 10739978.
HSL color Cylindrical-coordinate representation of color #0AE1A3: hue angle of 162.7º 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 #0AE1A3 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 225 | 163 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.12 |
| HSL | 162.7º | 0.91% | 0.46% | - |
| HSV(B) | 162.7º | 0.96% | 0.88% | - |
| XYZ | 33.66 | 56.56 | 43.79 | - |
| YUV | 153.65 | 133.27 | 25.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 225 | 163 | 0.96 | 0 | 0.28 | 0.12 | 162.7 | 0.91 | 0.46 |
| Hex | A | E1 | A3 | 60 | 0 | 1C | C | A3 | 5B | 2E |
| Octal | 12 | 341 | 243 | 140 | 0 | 34 | 14 | 243 | 133 | 56 |
| Binary | 1010 | 11100001 | 10100011 | 1100000 | 0 | 11100 | 1100 | 10100011 | 1011011 | 101110 |
Color Harmonies of #0AE1A3
Complementary color
Monochromatic Colors of #0AE1A3
Black with #0AE1A3
Text Example
Text Example
White with #0AE1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE1A3; }
p { color: rgb(10,225,163); }
H1.HeaderClassName
{
color: #0AE1A3;
}
.AnyTagClassName
{
color: #0AE1A3;
}
</style>
background-color css
<style>
a { background-color: #0AE1A3; }
a { background-color: rgb(10,225,163); }
div.DivClassName
{
background-color: #0AE1A3;
}
.BgClassName
{
background-color: #0AE1A3;
}
</style>
border-color css
<style>
span { border-color: #0AE1A3; }
span { border-color: rgb(10,225,163); }
td.TdClassName
{
border-color: #0AE1A3;
}
.TagClassName
{
border-color: #0AE1A3;
}
</style>