Shades of Caribbean Green #0ADCB1
Tints of Caribbean Green #0ADCB1
RGB
CMYK
RGB Variations
Color information
#0ADCB1 (or 0x0ADCB1) is known color: Caribbean Green. HEX triplet: 0A, DC and B1. RGB value is (10,220,177). Sum of RGB (Red+Green+Blue) = 10+220+177=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADCB1 is #F5234E. Grayscale: #989898. Windows color (decimal): -16065359 or 11656202. OLE color: 11656202.
HSL color Cylindrical-coordinate representation of color #0ADCB1: hue angle of 167.71º 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 #0ADCB1 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 177 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.14 |
| HSL | 167.71º | 0.91% | 0.45% | - |
| HSV(B) | 167.71º | 0.95% | 0.86% | - |
| XYZ | 33.65 | 54.43 | 50.33 | - |
| YUV | 152.31 | 141.93 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 177 | 0.95 | 0 | 0.20 | 0.14 | 167.71 | 0.91 | 0.45 |
| Hex | A | DC | B1 | 5F | 0 | 14 | E | A8 | 5B | 2D |
| Octal | 12 | 334 | 261 | 137 | 0 | 24 | 16 | 250 | 133 | 55 |
| Binary | 1010 | 11011100 | 10110001 | 1011111 | 0 | 10100 | 1110 | 10101000 | 1011011 | 101101 |
Color Harmonies of #0ADCB1
Complementary color
Monochromatic Colors of #0ADCB1
Black with #0ADCB1
Text Example
Text Example
White with #0ADCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCB1; }
p { color: rgb(10,220,177); }
H1.HeaderClassName
{
color: #0ADCB1;
}
.AnyTagClassName
{
color: #0ADCB1;
}
</style>
background-color css
<style>
a { background-color: #0ADCB1; }
a { background-color: rgb(10,220,177); }
div.DivClassName
{
background-color: #0ADCB1;
}
.BgClassName
{
background-color: #0ADCB1;
}
</style>
border-color css
<style>
span { border-color: #0ADCB1; }
span { border-color: rgb(10,220,177); }
td.TdClassName
{
border-color: #0ADCB1;
}
.TagClassName
{
border-color: #0ADCB1;
}
</style>