Shades of Caribbean Green #0ADEA4
Tints of Caribbean Green #0ADEA4
RGB
CMYK
RGB Variations
Color information
#0ADEA4 (or 0x0ADEA4) is known color: Caribbean Green. HEX triplet: 0A, DE and A4. RGB value is (10,222,164). Sum of RGB (Red+Green+Blue) = 10+222+164=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 222 (87.11% from 255 or 56.06% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADEA4 is #F5215B. Grayscale: #989898. Windows color (decimal): -16064860 or 10804746. OLE color: 10804746.
HSL color Cylindrical-coordinate representation of color #0ADEA4: hue angle of 163.58º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADEA4 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 164 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.13 |
| HSL | 163.58º | 0.91% | 0.45% | - |
| HSV(B) | 163.58º | 0.95% | 0.87% | - |
| XYZ | 32.95 | 54.99 | 44 | - |
| YUV | 152 | 134.76 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 164 | 0.95 | 0 | 0.26 | 0.13 | 163.58 | 0.91 | 0.45 |
| Hex | A | DE | A4 | 5F | 0 | 1A | D | A4 | 5B | 2D |
| Octal | 12 | 336 | 244 | 137 | 0 | 32 | 15 | 244 | 133 | 55 |
| Binary | 1010 | 11011110 | 10100100 | 1011111 | 0 | 11010 | 1101 | 10100100 | 1011011 | 101101 |
Color Harmonies of #0ADEA4
Complementary color
Monochromatic Colors of #0ADEA4
Black with #0ADEA4
Text Example
Text Example
White with #0ADEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEA4; }
p { color: rgb(10,222,164); }
H1.HeaderClassName
{
color: #0ADEA4;
}
.AnyTagClassName
{
color: #0ADEA4;
}
</style>
background-color css
<style>
a { background-color: #0ADEA4; }
a { background-color: rgb(10,222,164); }
div.DivClassName
{
background-color: #0ADEA4;
}
.BgClassName
{
background-color: #0ADEA4;
}
</style>
border-color css
<style>
span { border-color: #0ADEA4; }
span { border-color: rgb(10,222,164); }
td.TdClassName
{
border-color: #0ADEA4;
}
.TagClassName
{
border-color: #0ADEA4;
}
</style>