Shades of Caribbean Green #03DDA4
Tints of Caribbean Green #03DDA4
RGB
CMYK
RGB Variations
Color information
#03DDA4 (or 0x03DDA4) is known color: Caribbean Green. HEX triplet: 03, DD and A4. RGB value is (3,221,164). Sum of RGB (Red+Green+Blue) = 3+221+164=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DDA4 is #FC225B. Grayscale: #959595. Windows color (decimal): -16523868 or 10804483. OLE color: 10804483.
HSL color Cylindrical-coordinate representation of color #03DDA4: hue angle of 164.31º 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 #03DDA4 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 164 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.13 |
| HSL | 164.31º | 0.97% | 0.44% | - |
| HSV(B) | 164.31º | 0.99% | 0.87% | - |
| XYZ | 32.59 | 54.41 | 43.91 | - |
| YUV | 149.32 | 136.28 | 23.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 164 | 0.99 | 0 | 0.26 | 0.13 | 164.31 | 0.97 | 0.44 |
| Hex | 3 | DD | A4 | 63 | 0 | 1A | D | A4 | 61 | 2C |
| Octal | 3 | 335 | 244 | 143 | 0 | 32 | 15 | 244 | 141 | 54 |
| Binary | 11 | 11011101 | 10100100 | 1100011 | 0 | 11010 | 1101 | 10100100 | 1100001 | 101100 |
Color Harmonies of #03DDA4
Complementary color
Monochromatic Colors of #03DDA4
Black with #03DDA4
Text Example
Text Example
White with #03DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDA4; }
p { color: rgb(3,221,164); }
H1.HeaderClassName
{
color: #03DDA4;
}
.AnyTagClassName
{
color: #03DDA4;
}
</style>
background-color css
<style>
a { background-color: #03DDA4; }
a { background-color: rgb(3,221,164); }
div.DivClassName
{
background-color: #03DDA4;
}
.BgClassName
{
background-color: #03DDA4;
}
</style>
border-color css
<style>
span { border-color: #03DDA4; }
span { border-color: rgb(3,221,164); }
td.TdClassName
{
border-color: #03DDA4;
}
.TagClassName
{
border-color: #03DDA4;
}
</style>