Shades of Caribbean Green #03DCAA
Tints of Caribbean Green #03DCAA
RGB
CMYK
RGB Variations
Color information
#03DCAA (or 0x03DCAA) is known color: Caribbean Green. HEX triplet: 03, DC and AA. RGB value is (3,220,170). Sum of RGB (Red+Green+Blue) = 3+220+170=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DCAA is #FC2355. Grayscale: #959595. Windows color (decimal): -16524118 or 11197443. OLE color: 11197443.
HSL color Cylindrical-coordinate representation of color #03DCAA: hue angle of 166.18º 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 #03DCAA is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 170 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.14 |
| HSL | 166.18º | 0.97% | 0.44% | - |
| HSV(B) | 166.18º | 0.99% | 0.86% | - |
| XYZ | 32.89 | 54.11 | 46.74 | - |
| YUV | 149.42 | 139.61 | 23.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 170 | 0.99 | 0 | 0.23 | 0.14 | 166.18 | 0.97 | 0.44 |
| Hex | 3 | DC | AA | 63 | 0 | 17 | E | A6 | 61 | 2C |
| Octal | 3 | 334 | 252 | 143 | 0 | 27 | 16 | 246 | 141 | 54 |
| Binary | 11 | 11011100 | 10101010 | 1100011 | 0 | 10111 | 1110 | 10100110 | 1100001 | 101100 |
Color Harmonies of #03DCAA
Complementary color
Monochromatic Colors of #03DCAA
Black with #03DCAA
Text Example
Text Example
White with #03DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCAA; }
p { color: rgb(3,220,170); }
H1.HeaderClassName
{
color: #03DCAA;
}
.AnyTagClassName
{
color: #03DCAA;
}
</style>
background-color css
<style>
a { background-color: #03DCAA; }
a { background-color: rgb(3,220,170); }
div.DivClassName
{
background-color: #03DCAA;
}
.BgClassName
{
background-color: #03DCAA;
}
</style>
border-color css
<style>
span { border-color: #03DCAA; }
span { border-color: rgb(3,220,170); }
td.TdClassName
{
border-color: #03DCAA;
}
.TagClassName
{
border-color: #03DCAA;
}
</style>