Shades of Caribbean Green #03D19A
Tints of Caribbean Green #03D19A
RGB
CMYK
RGB Variations
Color information
#03D19A (or 0x03D19A) is known color: Caribbean Green. HEX triplet: 03, D1 and 9A. RGB value is (3,209,154). Sum of RGB (Red+Green+Blue) = 3+209+154=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #03D19A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D19A is #FC2E65. Grayscale: #8D8D8D. Windows color (decimal): -16526950 or 10146051. OLE color: 10146051.
HSL color Cylindrical-coordinate representation of color #03D19A: hue angle of 163.98º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D19A is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 154 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.18 |
| HSL | 163.98º | 0.97% | 0.42% | - |
| HSV(B) | 163.98º | 0.99% | 0.82% | - |
| XYZ | 28.67 | 47.95 | 38.32 | - |
| YUV | 141.14 | 135.25 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 154 | 0.99 | 0 | 0.26 | 0.18 | 163.98 | 0.97 | 0.42 |
| Hex | 3 | D1 | 9A | 63 | 0 | 1A | 12 | A4 | 61 | 2A |
| Octal | 3 | 321 | 232 | 143 | 0 | 32 | 22 | 244 | 141 | 52 |
| Binary | 11 | 11010001 | 10011010 | 1100011 | 0 | 11010 | 10010 | 10100100 | 1100001 | 101010 |
Color Harmonies of #03D19A
Complementary color
Monochromatic Colors of #03D19A
Black with #03D19A
Text Example
Text Example
White with #03D19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D19A; }
p { color: rgb(3,209,154); }
H1.HeaderClassName
{
color: #03D19A;
}
.AnyTagClassName
{
color: #03D19A;
}
</style>
background-color css
<style>
a { background-color: #03D19A; }
a { background-color: rgb(3,209,154); }
div.DivClassName
{
background-color: #03D19A;
}
.BgClassName
{
background-color: #03D19A;
}
</style>
border-color css
<style>
span { border-color: #03D19A; }
span { border-color: rgb(3,209,154); }
td.TdClassName
{
border-color: #03D19A;
}
.TagClassName
{
border-color: #03D19A;
}
</style>