Shades of Caribbean Green #03DD9E
Tints of Caribbean Green #03DD9E
RGB
CMYK
RGB Variations
Color information
#03DD9E (or 0x03DD9E) is known color: Caribbean Green. HEX triplet: 03, DD and 9E. RGB value is (3,221,158). Sum of RGB (Red+Green+Blue) = 3+221+158=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DD9E is #FC2261. Grayscale: #949494. Windows color (decimal): -16523874 or 10411267. OLE color: 10411267.
HSL color Cylindrical-coordinate representation of color #03DD9E: hue angle of 162.66º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD9E is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 158 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.13 |
| HSL | 162.66º | 0.97% | 0.44% | - |
| HSV(B) | 162.66º | 0.99% | 0.87% | - |
| XYZ | 32.07 | 54.2 | 41.12 | - |
| YUV | 148.64 | 133.28 | 24.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 158 | 0.99 | 0 | 0.29 | 0.13 | 162.66 | 0.97 | 0.44 |
| Hex | 3 | DD | 9E | 63 | 0 | 1D | D | A3 | 61 | 2C |
| Octal | 3 | 335 | 236 | 143 | 0 | 35 | 15 | 243 | 141 | 54 |
| Binary | 11 | 11011101 | 10011110 | 1100011 | 0 | 11101 | 1101 | 10100011 | 1100001 | 101100 |
Color Harmonies of #03DD9E
Complementary color
Monochromatic Colors of #03DD9E
Black with #03DD9E
Text Example
Text Example
White with #03DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD9E; }
p { color: rgb(3,221,158); }
H1.HeaderClassName
{
color: #03DD9E;
}
.AnyTagClassName
{
color: #03DD9E;
}
</style>
background-color css
<style>
a { background-color: #03DD9E; }
a { background-color: rgb(3,221,158); }
div.DivClassName
{
background-color: #03DD9E;
}
.BgClassName
{
background-color: #03DD9E;
}
</style>
border-color css
<style>
span { border-color: #03DD9E; }
span { border-color: rgb(3,221,158); }
td.TdClassName
{
border-color: #03DD9E;
}
.TagClassName
{
border-color: #03DD9E;
}
</style>