Shades of Caribbean Green #03C7B1
Tints of Caribbean Green #03C7B1
RGB
CMYK
RGB Variations
Color information
#03C7B1 (or 0x03C7B1) is known color: Caribbean Green. HEX triplet: 03, C7 and B1. RGB value is (3,199,177). Sum of RGB (Red+Green+Blue) = 3+199+177=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #03C7B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C7B1 is #FC384E. Grayscale: #898989. Windows color (decimal): -16529487 or 11650819. OLE color: 11650819.
HSL color Cylindrical-coordinate representation of color #03C7B1: hue angle of 173.27º 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 #03C7B1 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 199 | 177 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.22 |
| HSL | 173.27º | 0.97% | 0.4% | - |
| HSV(B) | 173.27º | 0.98% | 0.78% | - |
| XYZ | 28.4 | 44.04 | 48.6 | - |
| YUV | 137.89 | 150.07 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 199 | 177 | 0.98 | 0 | 0.11 | 0.22 | 173.27 | 0.97 | 0.4 |
| Hex | 3 | C7 | B1 | 62 | 0 | B | 16 | AD | 61 | 28 |
| Octal | 3 | 307 | 261 | 142 | 0 | 13 | 26 | 255 | 141 | 50 |
| Binary | 11 | 11000111 | 10110001 | 1100010 | 0 | 1011 | 10110 | 10101101 | 1100001 | 101000 |
Color Harmonies of #03C7B1
Complementary color
Monochromatic Colors of #03C7B1
Black with #03C7B1
Text Example
Text Example
White with #03C7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C7B1; }
p { color: rgb(3,199,177); }
H1.HeaderClassName
{
color: #03C7B1;
}
.AnyTagClassName
{
color: #03C7B1;
}
</style>
background-color css
<style>
a { background-color: #03C7B1; }
a { background-color: rgb(3,199,177); }
div.DivClassName
{
background-color: #03C7B1;
}
.BgClassName
{
background-color: #03C7B1;
}
</style>
border-color css
<style>
span { border-color: #03C7B1; }
span { border-color: rgb(3,199,177); }
td.TdClassName
{
border-color: #03C7B1;
}
.TagClassName
{
border-color: #03C7B1;
}
</style>