Shades of Caribbean Green #03C0A1
Tints of Caribbean Green #03C0A1
RGB
CMYK
RGB Variations
Color information
#03C0A1 (or 0x03C0A1) is known color: Caribbean Green. HEX triplet: 03, C0 and A1. RGB value is (3,192,161). Sum of RGB (Red+Green+Blue) = 3+192+161=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #03C0A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C0A1 is #FC3F5E. Grayscale: #838383. Windows color (decimal): -16531295 or 10600451. OLE color: 10600451.
HSL color Cylindrical-coordinate representation of color #03C0A1: hue angle of 170.16º 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 #03C0A1 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 161 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.25 |
| HSL | 170.16º | 0.97% | 0.38% | - |
| HSV(B) | 170.16º | 0.98% | 0.75% | - |
| XYZ | 25.32 | 40.29 | 40.16 | - |
| YUV | 131.96 | 144.38 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 161 | 0.98 | 0 | 0.16 | 0.25 | 170.16 | 0.97 | 0.38 |
| Hex | 3 | C0 | A1 | 62 | 0 | 10 | 19 | AA | 61 | 26 |
| Octal | 3 | 300 | 241 | 142 | 0 | 20 | 31 | 252 | 141 | 46 |
| Binary | 11 | 11000000 | 10100001 | 1100010 | 0 | 10000 | 11001 | 10101010 | 1100001 | 100110 |
Color Harmonies of #03C0A1
Complementary color
Monochromatic Colors of #03C0A1
Black with #03C0A1
Text Example
Text Example
White with #03C0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C0A1; }
p { color: rgb(3,192,161); }
H1.HeaderClassName
{
color: #03C0A1;
}
.AnyTagClassName
{
color: #03C0A1;
}
</style>
background-color css
<style>
a { background-color: #03C0A1; }
a { background-color: rgb(3,192,161); }
div.DivClassName
{
background-color: #03C0A1;
}
.BgClassName
{
background-color: #03C0A1;
}
</style>
border-color css
<style>
span { border-color: #03C0A1; }
span { border-color: rgb(3,192,161); }
td.TdClassName
{
border-color: #03C0A1;
}
.TagClassName
{
border-color: #03C0A1;
}
</style>