Shades of Caribbean Green #03C7A4
Tints of Caribbean Green #03C7A4
RGB
CMYK
RGB Variations
Color information
#03C7A4 (or 0x03C7A4) is known color: Caribbean Green. HEX triplet: 03, C7 and A4. RGB value is (3,199,164). Sum of RGB (Red+Green+Blue) = 3+199+164=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 199 (78.12% from 255 or 54.37% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 199 - color contains mainly: green. Hex color #03C7A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C7A4 is #FC385B. Grayscale: #888888. Windows color (decimal): -16529500 or 10798851. OLE color: 10798851.
HSL color Cylindrical-coordinate representation of color #03C7A4: hue angle of 169.29º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C7A4 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 199 | 164 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.22 |
| HSL | 169.29º | 0.97% | 0.4% | - |
| HSV(B) | 169.29º | 0.98% | 0.78% | - |
| XYZ | 27.16 | 43.55 | 42.1 | - |
| YUV | 136.41 | 143.57 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 199 | 164 | 0.98 | 0 | 0.18 | 0.22 | 169.29 | 0.97 | 0.4 |
| Hex | 3 | C7 | A4 | 62 | 0 | 12 | 16 | A9 | 61 | 28 |
| Octal | 3 | 307 | 244 | 142 | 0 | 22 | 26 | 251 | 141 | 50 |
| Binary | 11 | 11000111 | 10100100 | 1100010 | 0 | 10010 | 10110 | 10101001 | 1100001 | 101000 |
Color Harmonies of #03C7A4
Complementary color
Monochromatic Colors of #03C7A4
Black with #03C7A4
Text Example
Text Example
White with #03C7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C7A4; }
p { color: rgb(3,199,164); }
H1.HeaderClassName
{
color: #03C7A4;
}
.AnyTagClassName
{
color: #03C7A4;
}
</style>
background-color css
<style>
a { background-color: #03C7A4; }
a { background-color: rgb(3,199,164); }
div.DivClassName
{
background-color: #03C7A4;
}
.BgClassName
{
background-color: #03C7A4;
}
</style>
border-color css
<style>
span { border-color: #03C7A4; }
span { border-color: rgb(3,199,164); }
td.TdClassName
{
border-color: #03C7A4;
}
.TagClassName
{
border-color: #03C7A4;
}
</style>