Shades of Caribbean Green #03DCAF
Tints of Caribbean Green #03DCAF
RGB
CMYK
RGB Variations
Color information
#03DCAF (or 0x03DCAF) is known color: Caribbean Green. HEX triplet: 03, DC and AF. RGB value is (3,220,175). Sum of RGB (Red+Green+Blue) = 3+220+175=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DCAF is #FC2350. Grayscale: #959595. Windows color (decimal): -16524113 or 11525123. OLE color: 11525123.
HSL color Cylindrical-coordinate representation of color #03DCAF: hue angle of 167.56º 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 #03DCAF is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 175 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.14 |
| HSL | 167.56º | 0.97% | 0.44% | - |
| HSV(B) | 167.56º | 0.99% | 0.86% | - |
| XYZ | 33.37 | 54.3 | 49.28 | - |
| YUV | 149.99 | 142.11 | 23.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 175 | 0.99 | 0 | 0.20 | 0.14 | 167.56 | 0.97 | 0.44 |
| Hex | 3 | DC | AF | 63 | 0 | 14 | E | A8 | 61 | 2C |
| Octal | 3 | 334 | 257 | 143 | 0 | 24 | 16 | 250 | 141 | 54 |
| Binary | 11 | 11011100 | 10101111 | 1100011 | 0 | 10100 | 1110 | 10101000 | 1100001 | 101100 |
Color Harmonies of #03DCAF
Complementary color
Monochromatic Colors of #03DCAF
Black with #03DCAF
Text Example
Text Example
White with #03DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCAF; }
p { color: rgb(3,220,175); }
H1.HeaderClassName
{
color: #03DCAF;
}
.AnyTagClassName
{
color: #03DCAF;
}
</style>
background-color css
<style>
a { background-color: #03DCAF; }
a { background-color: rgb(3,220,175); }
div.DivClassName
{
background-color: #03DCAF;
}
.BgClassName
{
background-color: #03DCAF;
}
</style>
border-color css
<style>
span { border-color: #03DCAF; }
span { border-color: rgb(3,220,175); }
td.TdClassName
{
border-color: #03DCAF;
}
.TagClassName
{
border-color: #03DCAF;
}
</style>