Shades of Caribbean Green #03C0A2
Tints of Caribbean Green #03C0A2
RGB
CMYK
RGB Variations
Color information
#03C0A2 (or 0x03C0A2) is known color: Caribbean Green. HEX triplet: 03, C0 and A2. RGB value is (3,192,162). Sum of RGB (Red+Green+Blue) = 3+192+162=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #03C0A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C0A2 is #FC3F5D. Grayscale: #848484. Windows color (decimal): -16531294 or 10665987. OLE color: 10665987.
HSL color Cylindrical-coordinate representation of color #03C0A2: hue angle of 170.48º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C0A2 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 162 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.25 |
| HSL | 170.48º | 0.97% | 0.38% | - |
| HSV(B) | 170.48º | 0.98% | 0.75% | - |
| XYZ | 25.41 | 40.33 | 40.63 | - |
| YUV | 132.07 | 144.88 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 162 | 0.98 | 0 | 0.16 | 0.25 | 170.48 | 0.97 | 0.38 |
| Hex | 3 | C0 | A2 | 62 | 0 | 10 | 19 | AA | 61 | 26 |
| Octal | 3 | 300 | 242 | 142 | 0 | 20 | 31 | 252 | 141 | 46 |
| Binary | 11 | 11000000 | 10100010 | 1100010 | 0 | 10000 | 11001 | 10101010 | 1100001 | 100110 |
Color Harmonies of #03C0A2
Complementary color
Monochromatic Colors of #03C0A2
Black with #03C0A2
Text Example
Text Example
White with #03C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C0A2; }
p { color: rgb(3,192,162); }
H1.HeaderClassName
{
color: #03C0A2;
}
.AnyTagClassName
{
color: #03C0A2;
}
</style>
background-color css
<style>
a { background-color: #03C0A2; }
a { background-color: rgb(3,192,162); }
div.DivClassName
{
background-color: #03C0A2;
}
.BgClassName
{
background-color: #03C0A2;
}
</style>
border-color css
<style>
span { border-color: #03C0A2; }
span { border-color: rgb(3,192,162); }
td.TdClassName
{
border-color: #03C0A2;
}
.TagClassName
{
border-color: #03C0A2;
}
</style>