Shades of Caribbean Green #03DCAD
Tints of Caribbean Green #03DCAD
RGB
CMYK
RGB Variations
Color information
#03DCAD (or 0x03DCAD) is known color: Caribbean Green. HEX triplet: 03, DC and AD. RGB value is (3,220,173). Sum of RGB (Red+Green+Blue) = 3+220+173=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DCAD is #FC2352. Grayscale: #959595. Windows color (decimal): -16524115 or 11394051. OLE color: 11394051.
HSL color Cylindrical-coordinate representation of color #03DCAD: hue angle of 167º 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 #03DCAD is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 173 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.14 |
| HSL | 167º | 0.97% | 0.44% | - |
| HSV(B) | 167º | 0.99% | 0.86% | - |
| XYZ | 33.17 | 54.22 | 48.25 | - |
| YUV | 149.76 | 141.11 | 23.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 173 | 0.99 | 0 | 0.21 | 0.14 | 167 | 0.97 | 0.44 |
| Hex | 3 | DC | AD | 63 | 0 | 15 | E | A7 | 61 | 2C |
| Octal | 3 | 334 | 255 | 143 | 0 | 25 | 16 | 247 | 141 | 54 |
| Binary | 11 | 11011100 | 10101101 | 1100011 | 0 | 10101 | 1110 | 10100111 | 1100001 | 101100 |
Color Harmonies of #03DCAD
Complementary color
Monochromatic Colors of #03DCAD
Black with #03DCAD
Text Example
Text Example
White with #03DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCAD; }
p { color: rgb(3,220,173); }
H1.HeaderClassName
{
color: #03DCAD;
}
.AnyTagClassName
{
color: #03DCAD;
}
</style>
background-color css
<style>
a { background-color: #03DCAD; }
a { background-color: rgb(3,220,173); }
div.DivClassName
{
background-color: #03DCAD;
}
.BgClassName
{
background-color: #03DCAD;
}
</style>
border-color css
<style>
span { border-color: #03DCAD; }
span { border-color: rgb(3,220,173); }
td.TdClassName
{
border-color: #03DCAD;
}
.TagClassName
{
border-color: #03DCAD;
}
</style>