Shades of Caribbean Green #03D194
Tints of Caribbean Green #03D194
RGB
CMYK
RGB Variations
Color information
#03D194 (or 0x03D194) is known color: Caribbean Green. HEX triplet: 03, D1 and 94. RGB value is (3,209,148). Sum of RGB (Red+Green+Blue) = 3+209+148=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #03D194 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D194 is #FC2E6B. Grayscale: #8C8C8C. Windows color (decimal): -16526956 or 9752835. OLE color: 9752835.
HSL color Cylindrical-coordinate representation of color #03D194: hue angle of 162.23º 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 #03D194 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 148 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.18 |
| HSL | 162.23º | 0.97% | 0.42% | - |
| HSV(B) | 162.23º | 0.99% | 0.82% | - |
| XYZ | 28.18 | 47.76 | 35.75 | - |
| YUV | 140.45 | 132.25 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 148 | 0.99 | 0 | 0.29 | 0.18 | 162.23 | 0.97 | 0.42 |
| Hex | 3 | D1 | 94 | 63 | 0 | 1D | 12 | A2 | 61 | 2A |
| Octal | 3 | 321 | 224 | 143 | 0 | 35 | 22 | 242 | 141 | 52 |
| Binary | 11 | 11010001 | 10010100 | 1100011 | 0 | 11101 | 10010 | 10100010 | 1100001 | 101010 |
Color Harmonies of #03D194
Complementary color
Monochromatic Colors of #03D194
Black with #03D194
Text Example
Text Example
White with #03D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D194; }
p { color: rgb(3,209,148); }
H1.HeaderClassName
{
color: #03D194;
}
.AnyTagClassName
{
color: #03D194;
}
</style>
background-color css
<style>
a { background-color: #03D194; }
a { background-color: rgb(3,209,148); }
div.DivClassName
{
background-color: #03D194;
}
.BgClassName
{
background-color: #03D194;
}
</style>
border-color css
<style>
span { border-color: #03D194; }
span { border-color: rgb(3,209,148); }
td.TdClassName
{
border-color: #03D194;
}
.TagClassName
{
border-color: #03D194;
}
</style>