Shades of Caribbean Green #03DD8B
Tints of Caribbean Green #03DD8B
RGB
CMYK
RGB Variations
Color information
#03DD8B (or 0x03DD8B) is known color: Caribbean Green. HEX triplet: 03, DD and 8B. RGB value is (3,221,139). Sum of RGB (Red+Green+Blue) = 3+221+139=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DD8B is #FC2274. Grayscale: #929292. Windows color (decimal): -16523893 or 9166083. OLE color: 9166083.
HSL color Cylindrical-coordinate representation of color #03DD8B: hue angle of 157.43º 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 #03DD8B is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 139 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.13 |
| HSL | 157.43º | 0.97% | 0.44% | - |
| HSV(B) | 157.43º | 0.99% | 0.87% | - |
| XYZ | 30.55 | 53.6 | 33.16 | - |
| YUV | 146.47 | 123.78 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 139 | 0.99 | 0 | 0.37 | 0.13 | 157.43 | 0.97 | 0.44 |
| Hex | 3 | DD | 8B | 63 | 0 | 25 | D | 9D | 61 | 2C |
| Octal | 3 | 335 | 213 | 143 | 0 | 45 | 15 | 235 | 141 | 54 |
| Binary | 11 | 11011101 | 10001011 | 1100011 | 0 | 100101 | 1101 | 10011101 | 1100001 | 101100 |
Color Harmonies of #03DD8B
Complementary color
Monochromatic Colors of #03DD8B
Black with #03DD8B
Text Example
Text Example
White with #03DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD8B; }
p { color: rgb(3,221,139); }
H1.HeaderClassName
{
color: #03DD8B;
}
.AnyTagClassName
{
color: #03DD8B;
}
</style>
background-color css
<style>
a { background-color: #03DD8B; }
a { background-color: rgb(3,221,139); }
div.DivClassName
{
background-color: #03DD8B;
}
.BgClassName
{
background-color: #03DD8B;
}
</style>
border-color css
<style>
span { border-color: #03DD8B; }
span { border-color: rgb(3,221,139); }
td.TdClassName
{
border-color: #03DD8B;
}
.TagClassName
{
border-color: #03DD8B;
}
</style>