Shades of Caribbean Green #03C497
Tints of Caribbean Green #03C497
RGB
CMYK
RGB Variations
Color information
#03C497 (or 0x03C497) is known color: Caribbean Green. HEX triplet: 03, C4 and 97. RGB value is (3,196,151). Sum of RGB (Red+Green+Blue) = 3+196+151=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #03C497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C497 is #FC3B68. Grayscale: #858585. Windows color (decimal): -16530281 or 9946115. OLE color: 9946115.
HSL color Cylindrical-coordinate representation of color #03C497: hue angle of 166.01º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C497 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 196 | 151 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.23 |
| HSL | 166.01º | 0.97% | 0.39% | - |
| HSV(B) | 166.01º | 0.98% | 0.77% | - |
| XYZ | 25.36 | 41.73 | 36 | - |
| YUV | 133.16 | 138.06 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 196 | 151 | 0.98 | 0 | 0.23 | 0.23 | 166.01 | 0.97 | 0.39 |
| Hex | 3 | C4 | 97 | 62 | 0 | 17 | 17 | A6 | 61 | 27 |
| Octal | 3 | 304 | 227 | 142 | 0 | 27 | 27 | 246 | 141 | 47 |
| Binary | 11 | 11000100 | 10010111 | 1100010 | 0 | 10111 | 10111 | 10100110 | 1100001 | 100111 |
Color Harmonies of #03C497
Complementary color
Monochromatic Colors of #03C497
Black with #03C497
Text Example
Text Example
White with #03C497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C497; }
p { color: rgb(3,196,151); }
H1.HeaderClassName
{
color: #03C497;
}
.AnyTagClassName
{
color: #03C497;
}
</style>
background-color css
<style>
a { background-color: #03C497; }
a { background-color: rgb(3,196,151); }
div.DivClassName
{
background-color: #03C497;
}
.BgClassName
{
background-color: #03C497;
}
</style>
border-color css
<style>
span { border-color: #03C497; }
span { border-color: rgb(3,196,151); }
td.TdClassName
{
border-color: #03C497;
}
.TagClassName
{
border-color: #03C497;
}
</style>