Shades of Caribbean Green #03D192
Tints of Caribbean Green #03D192
RGB
CMYK
RGB Variations
Color information
#03D192 (or 0x03D192) is known color: Caribbean Green. HEX triplet: 03, D1 and 92. RGB value is (3,209,146). Sum of RGB (Red+Green+Blue) = 3+209+146=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #03D192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D192 is #FC2E6D. Grayscale: #8C8C8C. Windows color (decimal): -16526958 or 9621763. OLE color: 9621763.
HSL color Cylindrical-coordinate representation of color #03D192: hue angle of 161.65º 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 #03D192 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 146 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.18 |
| HSL | 161.65º | 0.97% | 0.42% | - |
| HSV(B) | 161.65º | 0.99% | 0.82% | - |
| XYZ | 28.03 | 47.7 | 34.92 | - |
| YUV | 140.22 | 131.25 | 30.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 146 | 0.99 | 0 | 0.30 | 0.18 | 161.65 | 0.97 | 0.42 |
| Hex | 3 | D1 | 92 | 63 | 0 | 1E | 12 | A2 | 61 | 2A |
| Octal | 3 | 321 | 222 | 143 | 0 | 36 | 22 | 242 | 141 | 52 |
| Binary | 11 | 11010001 | 10010010 | 1100011 | 0 | 11110 | 10010 | 10100010 | 1100001 | 101010 |
Color Harmonies of #03D192
Complementary color
Monochromatic Colors of #03D192
Black with #03D192
Text Example
Text Example
White with #03D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D192; }
p { color: rgb(3,209,146); }
H1.HeaderClassName
{
color: #03D192;
}
.AnyTagClassName
{
color: #03D192;
}
</style>
background-color css
<style>
a { background-color: #03D192; }
a { background-color: rgb(3,209,146); }
div.DivClassName
{
background-color: #03D192;
}
.BgClassName
{
background-color: #03D192;
}
</style>
border-color css
<style>
span { border-color: #03D192; }
span { border-color: rgb(3,209,146); }
td.TdClassName
{
border-color: #03D192;
}
.TagClassName
{
border-color: #03D192;
}
</style>