Shades of Caribbean Green #03DC9F
Tints of Caribbean Green #03DC9F
RGB
CMYK
RGB Variations
Color information
#03DC9F (or 0x03DC9F) is known color: Caribbean Green. HEX triplet: 03, DC and 9F. RGB value is (3,220,159). Sum of RGB (Red+Green+Blue) = 3+220+159=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DC9F is #FC2360. Grayscale: #949494. Windows color (decimal): -16524129 or 10476547. OLE color: 10476547.
HSL color Cylindrical-coordinate representation of color #03DC9F: hue angle of 163.13º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DC9F is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 159 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.14 |
| HSL | 163.13º | 0.97% | 0.44% | - |
| HSV(B) | 163.13º | 0.99% | 0.86% | - |
| XYZ | 31.89 | 53.71 | 41.49 | - |
| YUV | 148.16 | 134.11 | 24.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 159 | 0.99 | 0 | 0.28 | 0.14 | 163.13 | 0.97 | 0.44 |
| Hex | 3 | DC | 9F | 63 | 0 | 1C | E | A3 | 61 | 2C |
| Octal | 3 | 334 | 237 | 143 | 0 | 34 | 16 | 243 | 141 | 54 |
| Binary | 11 | 11011100 | 10011111 | 1100011 | 0 | 11100 | 1110 | 10100011 | 1100001 | 101100 |
Color Harmonies of #03DC9F
Complementary color
Monochromatic Colors of #03DC9F
Black with #03DC9F
Text Example
Text Example
White with #03DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC9F; }
p { color: rgb(3,220,159); }
H1.HeaderClassName
{
color: #03DC9F;
}
.AnyTagClassName
{
color: #03DC9F;
}
</style>
background-color css
<style>
a { background-color: #03DC9F; }
a { background-color: rgb(3,220,159); }
div.DivClassName
{
background-color: #03DC9F;
}
.BgClassName
{
background-color: #03DC9F;
}
</style>
border-color css
<style>
span { border-color: #03DC9F; }
span { border-color: rgb(3,220,159); }
td.TdClassName
{
border-color: #03DC9F;
}
.TagClassName
{
border-color: #03DC9F;
}
</style>