Shades of Caribbean Green #03D6A2
Tints of Caribbean Green #03D6A2
RGB
CMYK
RGB Variations
Color information
#03D6A2 (or 0x03D6A2) is known color: Caribbean Green. HEX triplet: 03, D6 and A2. RGB value is (3,214,162). Sum of RGB (Red+Green+Blue) = 3+214+162=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #03D6A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D6A2 is #FC295D. Grayscale: #909090. Windows color (decimal): -16525662 or 10671619. OLE color: 10671619.
HSL color Cylindrical-coordinate representation of color #03D6A2: hue angle of 165.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D6A2 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 162 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.16 |
| HSL | 165.21º | 0.97% | 0.43% | - |
| HSV(B) | 165.21º | 0.99% | 0.84% | - |
| XYZ | 30.61 | 50.72 | 42.36 | - |
| YUV | 144.98 | 137.6 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 162 | 0.99 | 0 | 0.24 | 0.16 | 165.21 | 0.97 | 0.43 |
| Hex | 3 | D6 | A2 | 63 | 0 | 18 | 10 | A5 | 61 | 2B |
| Octal | 3 | 326 | 242 | 143 | 0 | 30 | 20 | 245 | 141 | 53 |
| Binary | 11 | 11010110 | 10100010 | 1100011 | 0 | 11000 | 10000 | 10100101 | 1100001 | 101011 |
Color Harmonies of #03D6A2
Complementary color
Monochromatic Colors of #03D6A2
Black with #03D6A2
Text Example
Text Example
White with #03D6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D6A2; }
p { color: rgb(3,214,162); }
H1.HeaderClassName
{
color: #03D6A2;
}
.AnyTagClassName
{
color: #03D6A2;
}
</style>
background-color css
<style>
a { background-color: #03D6A2; }
a { background-color: rgb(3,214,162); }
div.DivClassName
{
background-color: #03D6A2;
}
.BgClassName
{
background-color: #03D6A2;
}
</style>
border-color css
<style>
span { border-color: #03D6A2; }
span { border-color: rgb(3,214,162); }
td.TdClassName
{
border-color: #03D6A2;
}
.TagClassName
{
border-color: #03D6A2;
}
</style>