Shades of Caribbean Green #03E0B1
Tints of Caribbean Green #03E0B1
RGB
CMYK
RGB Variations
Color information
#03E0B1 (or 0x03E0B1) is known color: Caribbean Green. HEX triplet: 03, E0 and B1. RGB value is (3,224,177). Sum of RGB (Red+Green+Blue) = 3+224+177=404 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #03E0B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03E0B1 is #FC1F4E. Grayscale: #989898. Windows color (decimal): -16523087 or 11657219. OLE color: 11657219.
HSL color Cylindrical-coordinate representation of color #03E0B1: hue angle of 167.24º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E0B1 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 224 | 177 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.12 |
| HSL | 167.24º | 0.97% | 0.45% | - |
| HSV(B) | 167.24º | 0.99% | 0.88% | - |
| XYZ | 34.63 | 56.5 | 50.68 | - |
| YUV | 152.56 | 141.78 | 21.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 177 | 0.99 | 0 | 0.21 | 0.12 | 167.24 | 0.97 | 0.45 |
| Hex | 3 | E0 | B1 | 63 | 0 | 15 | C | A7 | 61 | 2D |
| Octal | 3 | 340 | 261 | 143 | 0 | 25 | 14 | 247 | 141 | 55 |
| Binary | 11 | 11100000 | 10110001 | 1100011 | 0 | 10101 | 1100 | 10100111 | 1100001 | 101101 |
Color Harmonies of #03E0B1
Complementary color
Monochromatic Colors of #03E0B1
Black with #03E0B1
Text Example
Text Example
White with #03E0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E0B1; }
p { color: rgb(3,224,177); }
H1.HeaderClassName
{
color: #03E0B1;
}
.AnyTagClassName
{
color: #03E0B1;
}
</style>
background-color css
<style>
a { background-color: #03E0B1; }
a { background-color: rgb(3,224,177); }
div.DivClassName
{
background-color: #03E0B1;
}
.BgClassName
{
background-color: #03E0B1;
}
</style>
border-color css
<style>
span { border-color: #03E0B1; }
span { border-color: rgb(3,224,177); }
td.TdClassName
{
border-color: #03E0B1;
}
.TagClassName
{
border-color: #03E0B1;
}
</style>