Shades of Caribbean Green #03DD8A
Tints of Caribbean Green #03DD8A
RGB
CMYK
RGB Variations
Color information
#03DD8A (or 0x03DD8A) is known color: Caribbean Green. HEX triplet: 03, DD and 8A. RGB value is (3,221,138). Sum of RGB (Red+Green+Blue) = 3+221+138=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DD8A is #FC2275. Grayscale: #929292. Windows color (decimal): -16523894 or 9100547. OLE color: 9100547.
HSL color Cylindrical-coordinate representation of color #03DD8A: hue angle of 157.16º 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 #03DD8A is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 138 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.13 |
| HSL | 157.16º | 0.97% | 0.44% | - |
| HSV(B) | 157.16º | 0.99% | 0.87% | - |
| XYZ | 30.48 | 53.57 | 32.78 | - |
| YUV | 146.36 | 123.28 | 25.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 138 | 0.99 | 0 | 0.38 | 0.13 | 157.16 | 0.97 | 0.44 |
| Hex | 3 | DD | 8A | 63 | 0 | 26 | D | 9D | 61 | 2C |
| Octal | 3 | 335 | 212 | 143 | 0 | 46 | 15 | 235 | 141 | 54 |
| Binary | 11 | 11011101 | 10001010 | 1100011 | 0 | 100110 | 1101 | 10011101 | 1100001 | 101100 |
Color Harmonies of #03DD8A
Complementary color
Monochromatic Colors of #03DD8A
Black with #03DD8A
Text Example
Text Example
White with #03DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD8A; }
p { color: rgb(3,221,138); }
H1.HeaderClassName
{
color: #03DD8A;
}
.AnyTagClassName
{
color: #03DD8A;
}
</style>
background-color css
<style>
a { background-color: #03DD8A; }
a { background-color: rgb(3,221,138); }
div.DivClassName
{
background-color: #03DD8A;
}
.BgClassName
{
background-color: #03DD8A;
}
</style>
border-color css
<style>
span { border-color: #03DD8A; }
span { border-color: rgb(3,221,138); }
td.TdClassName
{
border-color: #03DD8A;
}
.TagClassName
{
border-color: #03DD8A;
}
</style>