Shades of Caribbean Green #0ADB8C
Tints of Caribbean Green #0ADB8C
RGB
CMYK
RGB Variations
Color information
#0ADB8C (or 0x0ADB8C) is known color: Caribbean Green. HEX triplet: 0A, DB and 8C. RGB value is (10,219,140). Sum of RGB (Red+Green+Blue) = 10+219+140=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 219 (85.94% from 255 or 59.35% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADB8C is #F52473. Grayscale: #939393. Windows color (decimal): -16065652 or 9231114. OLE color: 9231114.
HSL color Cylindrical-coordinate representation of color #0ADB8C: hue angle of 157.32º 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 #0ADB8C is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 140 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.14 |
| HSL | 157.32º | 0.91% | 0.45% | - |
| HSV(B) | 157.32º | 0.95% | 0.86% | - |
| XYZ | 30.19 | 52.62 | 33.38 | - |
| YUV | 147.5 | 123.76 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 140 | 0.95 | 0 | 0.36 | 0.14 | 157.32 | 0.91 | 0.45 |
| Hex | A | DB | 8C | 5F | 0 | 24 | E | 9D | 5B | 2D |
| Octal | 12 | 333 | 214 | 137 | 0 | 44 | 16 | 235 | 133 | 55 |
| Binary | 1010 | 11011011 | 10001100 | 1011111 | 0 | 100100 | 1110 | 10011101 | 1011011 | 101101 |
Color Harmonies of #0ADB8C
Complementary color
Monochromatic Colors of #0ADB8C
Black with #0ADB8C
Text Example
Text Example
White with #0ADB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB8C; }
p { color: rgb(10,219,140); }
H1.HeaderClassName
{
color: #0ADB8C;
}
.AnyTagClassName
{
color: #0ADB8C;
}
</style>
background-color css
<style>
a { background-color: #0ADB8C; }
a { background-color: rgb(10,219,140); }
div.DivClassName
{
background-color: #0ADB8C;
}
.BgClassName
{
background-color: #0ADB8C;
}
</style>
border-color css
<style>
span { border-color: #0ADB8C; }
span { border-color: rgb(10,219,140); }
td.TdClassName
{
border-color: #0ADB8C;
}
.TagClassName
{
border-color: #0ADB8C;
}
</style>