Shades of Caribbean Green #03C697
Tints of Caribbean Green #03C697
RGB
CMYK
RGB Variations
Color information
#03C697 (or 0x03C697) is known color: Caribbean Green. HEX triplet: 03, C6 and 97. RGB value is (3,198,151). Sum of RGB (Red+Green+Blue) = 3+198+151=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #03C697 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C697 is #FC3968. Grayscale: #868686. Windows color (decimal): -16529769 or 9946627. OLE color: 9946627.
HSL color Cylindrical-coordinate representation of color #03C697: hue angle of 165.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C697 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 198 | 151 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.22 |
| HSL | 165.54º | 0.97% | 0.39% | - |
| HSV(B) | 165.54º | 0.98% | 0.78% | - |
| XYZ | 25.82 | 42.64 | 36.15 | - |
| YUV | 134.34 | 137.4 | 34.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 151 | 0.98 | 0 | 0.24 | 0.22 | 165.54 | 0.97 | 0.39 |
| Hex | 3 | C6 | 97 | 62 | 0 | 18 | 16 | A6 | 61 | 27 |
| Octal | 3 | 306 | 227 | 142 | 0 | 30 | 26 | 246 | 141 | 47 |
| Binary | 11 | 11000110 | 10010111 | 1100010 | 0 | 11000 | 10110 | 10100110 | 1100001 | 100111 |
Color Harmonies of #03C697
Complementary color
Monochromatic Colors of #03C697
Black with #03C697
Text Example
Text Example
White with #03C697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C697; }
p { color: rgb(3,198,151); }
H1.HeaderClassName
{
color: #03C697;
}
.AnyTagClassName
{
color: #03C697;
}
</style>
background-color css
<style>
a { background-color: #03C697; }
a { background-color: rgb(3,198,151); }
div.DivClassName
{
background-color: #03C697;
}
.BgClassName
{
background-color: #03C697;
}
</style>
border-color css
<style>
span { border-color: #03C697; }
span { border-color: rgb(3,198,151); }
td.TdClassName
{
border-color: #03C697;
}
.TagClassName
{
border-color: #03C697;
}
</style>