Shades of Caribbean Green #03E08C
Tints of Caribbean Green #03E08C
RGB
CMYK
RGB Variations
Color information
#03E08C (or 0x03E08C) is known color: Caribbean Green. HEX triplet: 03, E0 and 8C. RGB value is (3,224,140). Sum of RGB (Red+Green+Blue) = 3+224+140=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 224 (87.89% from 255 or 61.04% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 224 - color contains mainly: green. Hex color #03E08C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03E08C is #FC1F73. Grayscale: #949494. Windows color (decimal): -16523124 or 9232387. OLE color: 9232387.
HSL color Cylindrical-coordinate representation of color #03E08C: hue angle of 157.19º 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 #03E08C is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 224 | 140 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.12 |
| HSL | 157.19º | 0.97% | 0.45% | - |
| HSV(B) | 157.19º | 0.99% | 0.88% | - |
| XYZ | 31.43 | 55.22 | 33.81 | - |
| YUV | 148.35 | 123.28 | 24.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 140 | 0.99 | 0 | 0.38 | 0.12 | 157.19 | 0.97 | 0.45 |
| Hex | 3 | E0 | 8C | 63 | 0 | 26 | C | 9D | 61 | 2D |
| Octal | 3 | 340 | 214 | 143 | 0 | 46 | 14 | 235 | 141 | 55 |
| Binary | 11 | 11100000 | 10001100 | 1100011 | 0 | 100110 | 1100 | 10011101 | 1100001 | 101101 |
Color Harmonies of #03E08C
Complementary color
Monochromatic Colors of #03E08C
Black with #03E08C
Text Example
Text Example
White with #03E08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E08C; }
p { color: rgb(3,224,140); }
H1.HeaderClassName
{
color: #03E08C;
}
.AnyTagClassName
{
color: #03E08C;
}
</style>
background-color css
<style>
a { background-color: #03E08C; }
a { background-color: rgb(3,224,140); }
div.DivClassName
{
background-color: #03E08C;
}
.BgClassName
{
background-color: #03E08C;
}
</style>
border-color css
<style>
span { border-color: #03E08C; }
span { border-color: rgb(3,224,140); }
td.TdClassName
{
border-color: #03E08C;
}
.TagClassName
{
border-color: #03E08C;
}
</style>