Shades of Caribbean Green #03E1AF
Tints of Caribbean Green #03E1AF
RGB
CMYK
RGB Variations
Color information
#03E1AF (or 0x03E1AF) is known color: Caribbean Green. HEX triplet: 03, E1 and AF. RGB value is (3,225,175). Sum of RGB (Red+Green+Blue) = 3+225+175=403 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 403); Green value is 225 (88.28% from 255 or 55.83% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 225 - color contains mainly: green. Hex color #03E1AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03E1AF is #FC1E50. Grayscale: #989898. Windows color (decimal): -16522833 or 11526403. OLE color: 11526403.
HSL color Cylindrical-coordinate representation of color #03E1AF: hue angle of 166.49º 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 #03E1AF is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 225 | 175 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.12 |
| HSL | 166.49º | 0.97% | 0.45% | - |
| HSV(B) | 166.49º | 0.99% | 0.88% | - |
| XYZ | 34.7 | 56.96 | 49.72 | - |
| YUV | 152.92 | 140.45 | 21.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 225 | 175 | 0.99 | 0 | 0.22 | 0.12 | 166.49 | 0.97 | 0.45 |
| Hex | 3 | E1 | AF | 63 | 0 | 16 | C | A6 | 61 | 2D |
| Octal | 3 | 341 | 257 | 143 | 0 | 26 | 14 | 246 | 141 | 55 |
| Binary | 11 | 11100001 | 10101111 | 1100011 | 0 | 10110 | 1100 | 10100110 | 1100001 | 101101 |
Color Harmonies of #03E1AF
Complementary color
Monochromatic Colors of #03E1AF
Black with #03E1AF
Text Example
Text Example
White with #03E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E1AF; }
p { color: rgb(3,225,175); }
H1.HeaderClassName
{
color: #03E1AF;
}
.AnyTagClassName
{
color: #03E1AF;
}
</style>
background-color css
<style>
a { background-color: #03E1AF; }
a { background-color: rgb(3,225,175); }
div.DivClassName
{
background-color: #03E1AF;
}
.BgClassName
{
background-color: #03E1AF;
}
</style>
border-color css
<style>
span { border-color: #03E1AF; }
span { border-color: rgb(3,225,175); }
td.TdClassName
{
border-color: #03E1AF;
}
.TagClassName
{
border-color: #03E1AF;
}
</style>