Shades of Caribbean Green #0ADAB3
Tints of Caribbean Green #0ADAB3
RGB
CMYK
RGB Variations
Color information
#0ADAB3 (or 0x0ADAB3) is known color: Caribbean Green. HEX triplet: 0A, DA and B3. RGB value is (10,218,179). Sum of RGB (Red+Green+Blue) = 10+218+179=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADAB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADAB3 is #F5254C. Grayscale: #979797. Windows color (decimal): -16065869 or 11786762. OLE color: 11786762.
HSL color Cylindrical-coordinate representation of color #0ADAB3: hue angle of 168.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADAB3 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 179 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.15 |
| HSL | 168.75º | 0.91% | 0.45% | - |
| HSV(B) | 168.75º | 0.95% | 0.85% | - |
| XYZ | 33.33 | 53.46 | 51.21 | - |
| YUV | 151.36 | 143.59 | 27.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 179 | 0.95 | 0 | 0.18 | 0.15 | 168.75 | 0.91 | 0.45 |
| Hex | A | DA | B3 | 5F | 0 | 12 | F | A9 | 5B | 2D |
| Octal | 12 | 332 | 263 | 137 | 0 | 22 | 17 | 251 | 133 | 55 |
| Binary | 1010 | 11011010 | 10110011 | 1011111 | 0 | 10010 | 1111 | 10101001 | 1011011 | 101101 |
Color Harmonies of #0ADAB3
Complementary color
Monochromatic Colors of #0ADAB3
Black with #0ADAB3
Text Example
Text Example
White with #0ADAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADAB3; }
p { color: rgb(10,218,179); }
H1.HeaderClassName
{
color: #0ADAB3;
}
.AnyTagClassName
{
color: #0ADAB3;
}
</style>
background-color css
<style>
a { background-color: #0ADAB3; }
a { background-color: rgb(10,218,179); }
div.DivClassName
{
background-color: #0ADAB3;
}
.BgClassName
{
background-color: #0ADAB3;
}
</style>
border-color css
<style>
span { border-color: #0ADAB3; }
span { border-color: rgb(10,218,179); }
td.TdClassName
{
border-color: #0ADAB3;
}
.TagClassName
{
border-color: #0ADAB3;
}
</style>