Shades of Caribbean Green #03DCAB
Tints of Caribbean Green #03DCAB
RGB
CMYK
RGB Variations
Color information
#03DCAB (or 0x03DCAB) is known color: Caribbean Green. HEX triplet: 03, DC and AB. RGB value is (3,220,171). Sum of RGB (Red+Green+Blue) = 3+220+171=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DCAB is #FC2354. Grayscale: #959595. Windows color (decimal): -16524117 or 11262979. OLE color: 11262979.
HSL color Cylindrical-coordinate representation of color #03DCAB: hue angle of 166.45º 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 #03DCAB is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 171 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.14 |
| HSL | 166.45º | 0.97% | 0.44% | - |
| HSV(B) | 166.45º | 0.99% | 0.86% | - |
| XYZ | 32.98 | 54.15 | 47.24 | - |
| YUV | 149.53 | 140.11 | 23.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 171 | 0.99 | 0 | 0.22 | 0.14 | 166.45 | 0.97 | 0.44 |
| Hex | 3 | DC | AB | 63 | 0 | 16 | E | A6 | 61 | 2C |
| Octal | 3 | 334 | 253 | 143 | 0 | 26 | 16 | 246 | 141 | 54 |
| Binary | 11 | 11011100 | 10101011 | 1100011 | 0 | 10110 | 1110 | 10100110 | 1100001 | 101100 |
Color Harmonies of #03DCAB
Complementary color
Monochromatic Colors of #03DCAB
Black with #03DCAB
Text Example
Text Example
White with #03DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCAB; }
p { color: rgb(3,220,171); }
H1.HeaderClassName
{
color: #03DCAB;
}
.AnyTagClassName
{
color: #03DCAB;
}
</style>
background-color css
<style>
a { background-color: #03DCAB; }
a { background-color: rgb(3,220,171); }
div.DivClassName
{
background-color: #03DCAB;
}
.BgClassName
{
background-color: #03DCAB;
}
</style>
border-color css
<style>
span { border-color: #03DCAB; }
span { border-color: rgb(3,220,171); }
td.TdClassName
{
border-color: #03DCAB;
}
.TagClassName
{
border-color: #03DCAB;
}
</style>