Shades of Caribbean Green #03E192
Tints of Caribbean Green #03E192
RGB
CMYK
RGB Variations
Color information
#03E192 (or 0x03E192) is known color: Caribbean Green. HEX triplet: 03, E1 and 92. RGB value is (3,225,146). Sum of RGB (Red+Green+Blue) = 3+225+146=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #03E192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03E192 is #FC1E6D. Grayscale: #959595. Windows color (decimal): -16522862 or 9625859. OLE color: 9625859.
HSL color Cylindrical-coordinate representation of color #03E192: hue angle of 158.65º 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 #03E192 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 225 | 146 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.12 |
| HSL | 158.65º | 0.97% | 0.45% | - |
| HSV(B) | 158.65º | 0.99% | 0.88% | - |
| XYZ | 32.15 | 55.95 | 36.3 | - |
| YUV | 149.62 | 125.95 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 225 | 146 | 0.99 | 0 | 0.35 | 0.12 | 158.65 | 0.97 | 0.45 |
| Hex | 3 | E1 | 92 | 63 | 0 | 23 | C | 9F | 61 | 2D |
| Octal | 3 | 341 | 222 | 143 | 0 | 43 | 14 | 237 | 141 | 55 |
| Binary | 11 | 11100001 | 10010010 | 1100011 | 0 | 100011 | 1100 | 10011111 | 1100001 | 101101 |
Color Harmonies of #03E192
Complementary color
Monochromatic Colors of #03E192
Black with #03E192
Text Example
Text Example
White with #03E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E192; }
p { color: rgb(3,225,146); }
H1.HeaderClassName
{
color: #03E192;
}
.AnyTagClassName
{
color: #03E192;
}
</style>
background-color css
<style>
a { background-color: #03E192; }
a { background-color: rgb(3,225,146); }
div.DivClassName
{
background-color: #03E192;
}
.BgClassName
{
background-color: #03E192;
}
</style>
border-color css
<style>
span { border-color: #03E192; }
span { border-color: rgb(3,225,146); }
td.TdClassName
{
border-color: #03E192;
}
.TagClassName
{
border-color: #03E192;
}
</style>