Shades of Caribbean Green #03C0A6
Tints of Caribbean Green #03C0A6
RGB
CMYK
RGB Variations
Color information
#03C0A6 (or 0x03C0A6) is known color: Caribbean Green. HEX triplet: 03, C0 and A6. RGB value is (3,192,166). Sum of RGB (Red+Green+Blue) = 3+192+166=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #03C0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C0A6 is #FC3F59. Grayscale: #848484. Windows color (decimal): -16531290 or 10928131. OLE color: 10928131.
HSL color Cylindrical-coordinate representation of color #03C0A6: hue angle of 171.75º 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 #03C0A6 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 166 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.25 |
| HSL | 171.75º | 0.97% | 0.38% | - |
| HSV(B) | 171.75º | 0.98% | 0.75% | - |
| XYZ | 25.77 | 40.47 | 42.53 | - |
| YUV | 132.53 | 146.88 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 166 | 0.98 | 0 | 0.14 | 0.25 | 171.75 | 0.97 | 0.38 |
| Hex | 3 | C0 | A6 | 62 | 0 | E | 19 | AC | 61 | 26 |
| Octal | 3 | 300 | 246 | 142 | 0 | 16 | 31 | 254 | 141 | 46 |
| Binary | 11 | 11000000 | 10100110 | 1100010 | 0 | 1110 | 11001 | 10101100 | 1100001 | 100110 |
Color Harmonies of #03C0A6
Complementary color
Monochromatic Colors of #03C0A6
Black with #03C0A6
Text Example
Text Example
White with #03C0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C0A6; }
p { color: rgb(3,192,166); }
H1.HeaderClassName
{
color: #03C0A6;
}
.AnyTagClassName
{
color: #03C0A6;
}
</style>
background-color css
<style>
a { background-color: #03C0A6; }
a { background-color: rgb(3,192,166); }
div.DivClassName
{
background-color: #03C0A6;
}
.BgClassName
{
background-color: #03C0A6;
}
</style>
border-color css
<style>
span { border-color: #03C0A6; }
span { border-color: rgb(3,192,166); }
td.TdClassName
{
border-color: #03C0A6;
}
.TagClassName
{
border-color: #03C0A6;
}
</style>