Shades of Caribbean Green #0ADFA3
Tints of Caribbean Green #0ADFA3
RGB
CMYK
RGB Variations
Color information
#0ADFA3 (or 0x0ADFA3) is known color: Caribbean Green. HEX triplet: 0A, DF and A3. RGB value is (10,223,163). Sum of RGB (Red+Green+Blue) = 10+223+163=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADFA3 is #F5205C. Grayscale: #989898. Windows color (decimal): -16064605 or 10739466. OLE color: 10739466.
HSL color Cylindrical-coordinate representation of color #0ADFA3: hue angle of 163.1º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFA3 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 163 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.13 |
| HSL | 163.1º | 0.91% | 0.46% | - |
| HSV(B) | 163.1º | 0.96% | 0.87% | - |
| XYZ | 33.12 | 55.48 | 43.61 | - |
| YUV | 152.47 | 133.93 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 163 | 0.96 | 0 | 0.27 | 0.13 | 163.1 | 0.91 | 0.46 |
| Hex | A | DF | A3 | 60 | 0 | 1B | D | A3 | 5B | 2E |
| Octal | 12 | 337 | 243 | 140 | 0 | 33 | 15 | 243 | 133 | 56 |
| Binary | 1010 | 11011111 | 10100011 | 1100000 | 0 | 11011 | 1101 | 10100011 | 1011011 | 101110 |
Color Harmonies of #0ADFA3
Complementary color
Monochromatic Colors of #0ADFA3
Black with #0ADFA3
Text Example
Text Example
White with #0ADFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFA3; }
p { color: rgb(10,223,163); }
H1.HeaderClassName
{
color: #0ADFA3;
}
.AnyTagClassName
{
color: #0ADFA3;
}
</style>
background-color css
<style>
a { background-color: #0ADFA3; }
a { background-color: rgb(10,223,163); }
div.DivClassName
{
background-color: #0ADFA3;
}
.BgClassName
{
background-color: #0ADFA3;
}
</style>
border-color css
<style>
span { border-color: #0ADFA3; }
span { border-color: rgb(10,223,163); }
td.TdClassName
{
border-color: #0ADFA3;
}
.TagClassName
{
border-color: #0ADFA3;
}
</style>