Shades of Caribbean Green #03CAA4
Tints of Caribbean Green #03CAA4
RGB
CMYK
RGB Variations
Color information
#03CAA4 (or 0x03CAA4) is known color: Caribbean Green. HEX triplet: 03, CA and A4. RGB value is (3,202,164). Sum of RGB (Red+Green+Blue) = 3+202+164=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #03CAA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CAA4 is #FC355B. Grayscale: #8A8A8A. Windows color (decimal): -16528732 or 10799619. OLE color: 10799619.
HSL color Cylindrical-coordinate representation of color #03CAA4: hue angle of 168.54º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CAA4 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 164 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.21 |
| HSL | 168.54º | 0.97% | 0.4% | - |
| HSV(B) | 168.54º | 0.99% | 0.79% | - |
| XYZ | 27.86 | 44.94 | 42.33 | - |
| YUV | 138.17 | 142.57 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 164 | 0.99 | 0 | 0.19 | 0.21 | 168.54 | 0.97 | 0.4 |
| Hex | 3 | CA | A4 | 63 | 0 | 13 | 15 | A9 | 61 | 28 |
| Octal | 3 | 312 | 244 | 143 | 0 | 23 | 25 | 251 | 141 | 50 |
| Binary | 11 | 11001010 | 10100100 | 1100011 | 0 | 10011 | 10101 | 10101001 | 1100001 | 101000 |
Color Harmonies of #03CAA4
Complementary color
Monochromatic Colors of #03CAA4
Black with #03CAA4
Text Example
Text Example
White with #03CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CAA4; }
p { color: rgb(3,202,164); }
H1.HeaderClassName
{
color: #03CAA4;
}
.AnyTagClassName
{
color: #03CAA4;
}
</style>
background-color css
<style>
a { background-color: #03CAA4; }
a { background-color: rgb(3,202,164); }
div.DivClassName
{
background-color: #03CAA4;
}
.BgClassName
{
background-color: #03CAA4;
}
</style>
border-color css
<style>
span { border-color: #03CAA4; }
span { border-color: rgb(3,202,164); }
td.TdClassName
{
border-color: #03CAA4;
}
.TagClassName
{
border-color: #03CAA4;
}
</style>