Shades of Caribbean Green #03DEA2
Tints of Caribbean Green #03DEA2
RGB
CMYK
RGB Variations
Color information
#03DEA2 (or 0x03DEA2) is known color: Caribbean Green. HEX triplet: 03, DE and A2. RGB value is (3,222,162). Sum of RGB (Red+Green+Blue) = 3+222+162=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 222 (87.11% from 255 or 57.36% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 222 - color contains mainly: green. Hex color #03DEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DEA2 is #FC215D. Grayscale: #959595. Windows color (decimal): -16523614 or 10673667. OLE color: 10673667.
HSL color Cylindrical-coordinate representation of color #03DEA2: hue angle of 163.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DEA2 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 222 | 162 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.13 |
| HSL | 163.56º | 0.97% | 0.44% | - |
| HSV(B) | 163.56º | 0.99% | 0.87% | - |
| XYZ | 32.68 | 54.87 | 43.05 | - |
| YUV | 149.68 | 134.95 | 23.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 222 | 162 | 0.99 | 0 | 0.27 | 0.13 | 163.56 | 0.97 | 0.44 |
| Hex | 3 | DE | A2 | 63 | 0 | 1B | D | A4 | 61 | 2C |
| Octal | 3 | 336 | 242 | 143 | 0 | 33 | 15 | 244 | 141 | 54 |
| Binary | 11 | 11011110 | 10100010 | 1100011 | 0 | 11011 | 1101 | 10100100 | 1100001 | 101100 |
Color Harmonies of #03DEA2
Complementary color
Monochromatic Colors of #03DEA2
Black with #03DEA2
Text Example
Text Example
White with #03DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DEA2; }
p { color: rgb(3,222,162); }
H1.HeaderClassName
{
color: #03DEA2;
}
.AnyTagClassName
{
color: #03DEA2;
}
</style>
background-color css
<style>
a { background-color: #03DEA2; }
a { background-color: rgb(3,222,162); }
div.DivClassName
{
background-color: #03DEA2;
}
.BgClassName
{
background-color: #03DEA2;
}
</style>
border-color css
<style>
span { border-color: #03DEA2; }
span { border-color: rgb(3,222,162); }
td.TdClassName
{
border-color: #03DEA2;
}
.TagClassName
{
border-color: #03DEA2;
}
</style>