Shades of Caribbean Green #03CCAB
Tints of Caribbean Green #03CCAB
RGB
CMYK
RGB Variations
Color information
#03CCAB (or 0x03CCAB) is known color: Caribbean Green. HEX triplet: 03, CC and AB. RGB value is (3,204,171). Sum of RGB (Red+Green+Blue) = 3+204+171=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #03CCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CCAB is #FC3354. Grayscale: #8C8C8C. Windows color (decimal): -16528213 or 11258883. OLE color: 11258883.
HSL color Cylindrical-coordinate representation of color #03CCAB: hue angle of 170.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CCAB is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 171 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.2 |
| HSL | 170.15º | 0.97% | 0.41% | - |
| HSV(B) | 170.15º | 0.99% | 0.8% | - |
| XYZ | 28.98 | 46.15 | 45.91 | - |
| YUV | 140.14 | 145.41 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 171 | 0.99 | 0 | 0.16 | 0.2 | 170.15 | 0.97 | 0.41 |
| Hex | 3 | CC | AB | 63 | 0 | 10 | 14 | AA | 61 | 29 |
| Octal | 3 | 314 | 253 | 143 | 0 | 20 | 24 | 252 | 141 | 51 |
| Binary | 11 | 11001100 | 10101011 | 1100011 | 0 | 10000 | 10100 | 10101010 | 1100001 | 101001 |
Color Harmonies of #03CCAB
Complementary color
Monochromatic Colors of #03CCAB
Black with #03CCAB
Text Example
Text Example
White with #03CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CCAB; }
p { color: rgb(3,204,171); }
H1.HeaderClassName
{
color: #03CCAB;
}
.AnyTagClassName
{
color: #03CCAB;
}
</style>
background-color css
<style>
a { background-color: #03CCAB; }
a { background-color: rgb(3,204,171); }
div.DivClassName
{
background-color: #03CCAB;
}
.BgClassName
{
background-color: #03CCAB;
}
</style>
border-color css
<style>
span { border-color: #03CCAB; }
span { border-color: rgb(3,204,171); }
td.TdClassName
{
border-color: #03CCAB;
}
.TagClassName
{
border-color: #03CCAB;
}
</style>