Shades of Caribbean Green #0ADB8A
Tints of Caribbean Green #0ADB8A
RGB
CMYK
RGB Variations
Color information
#0ADB8A (or 0x0ADB8A) is known color: Caribbean Green. HEX triplet: 0A, DB and 8A. RGB value is (10,219,138). Sum of RGB (Red+Green+Blue) = 10+219+138=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 219 (85.94% from 255 or 59.67% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADB8A is #F52475. Grayscale: #939393. Windows color (decimal): -16065654 or 9100042. OLE color: 9100042.
HSL color Cylindrical-coordinate representation of color #0ADB8A: hue angle of 156.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADB8A is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 138 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.14 |
| HSL | 156.75º | 0.91% | 0.45% | - |
| HSV(B) | 156.75º | 0.95% | 0.86% | - |
| XYZ | 30.04 | 52.56 | 32.61 | - |
| YUV | 147.28 | 122.76 | 30.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 138 | 0.95 | 0 | 0.37 | 0.14 | 156.75 | 0.91 | 0.45 |
| Hex | A | DB | 8A | 5F | 0 | 25 | E | 9D | 5B | 2D |
| Octal | 12 | 333 | 212 | 137 | 0 | 45 | 16 | 235 | 133 | 55 |
| Binary | 1010 | 11011011 | 10001010 | 1011111 | 0 | 100101 | 1110 | 10011101 | 1011011 | 101101 |
Color Harmonies of #0ADB8A
Complementary color
Monochromatic Colors of #0ADB8A
Black with #0ADB8A
Text Example
Text Example
White with #0ADB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB8A; }
p { color: rgb(10,219,138); }
H1.HeaderClassName
{
color: #0ADB8A;
}
.AnyTagClassName
{
color: #0ADB8A;
}
</style>
background-color css
<style>
a { background-color: #0ADB8A; }
a { background-color: rgb(10,219,138); }
div.DivClassName
{
background-color: #0ADB8A;
}
.BgClassName
{
background-color: #0ADB8A;
}
</style>
border-color css
<style>
span { border-color: #0ADB8A; }
span { border-color: rgb(10,219,138); }
td.TdClassName
{
border-color: #0ADB8A;
}
.TagClassName
{
border-color: #0ADB8A;
}
</style>