Shades of Caribbean Green #03C0AB
Tints of Caribbean Green #03C0AB
RGB
CMYK
RGB Variations
Color information
#03C0AB (or 0x03C0AB) is known color: Caribbean Green. HEX triplet: 03, C0 and AB. RGB value is (3,192,171). Sum of RGB (Red+Green+Blue) = 3+192+171=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #03C0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C0AB is #FC3F54. Grayscale: #848484. Windows color (decimal): -16531285 or 11255811. OLE color: 11255811.
HSL color Cylindrical-coordinate representation of color #03C0AB: hue angle of 173.33º 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 #03C0AB is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 171 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.25 |
| HSL | 173.33º | 0.97% | 0.38% | - |
| HSV(B) | 173.33º | 0.98% | 0.75% | - |
| XYZ | 26.24 | 40.66 | 44.99 | - |
| YUV | 133.1 | 149.38 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 171 | 0.98 | 0 | 0.11 | 0.25 | 173.33 | 0.97 | 0.38 |
| Hex | 3 | C0 | AB | 62 | 0 | B | 19 | AD | 61 | 26 |
| Octal | 3 | 300 | 253 | 142 | 0 | 13 | 31 | 255 | 141 | 46 |
| Binary | 11 | 11000000 | 10101011 | 1100010 | 0 | 1011 | 11001 | 10101101 | 1100001 | 100110 |
Color Harmonies of #03C0AB
Complementary color
Monochromatic Colors of #03C0AB
Black with #03C0AB
Text Example
Text Example
White with #03C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C0AB; }
p { color: rgb(3,192,171); }
H1.HeaderClassName
{
color: #03C0AB;
}
.AnyTagClassName
{
color: #03C0AB;
}
</style>
background-color css
<style>
a { background-color: #03C0AB; }
a { background-color: rgb(3,192,171); }
div.DivClassName
{
background-color: #03C0AB;
}
.BgClassName
{
background-color: #03C0AB;
}
</style>
border-color css
<style>
span { border-color: #03C0AB; }
span { border-color: rgb(3,192,171); }
td.TdClassName
{
border-color: #03C0AB;
}
.TagClassName
{
border-color: #03C0AB;
}
</style>