Shades of Caribbean Green #03D2AD
Tints of Caribbean Green #03D2AD
RGB
CMYK
RGB Variations
Color information
#03D2AD (or 0x03D2AD) is known color: Caribbean Green. HEX triplet: 03, D2 and AD. RGB value is (3,210,173). Sum of RGB (Red+Green+Blue) = 3+210+173=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #03D2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D2AD is #FC2D52. Grayscale: #8F8F8F. Windows color (decimal): -16526675 or 11391491. OLE color: 11391491.
HSL color Cylindrical-coordinate representation of color #03D2AD: hue angle of 169.28º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D2AD is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 173 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.18 |
| HSL | 169.28º | 0.97% | 0.42% | - |
| HSV(B) | 169.28º | 0.99% | 0.82% | - |
| XYZ | 30.63 | 49.13 | 47.4 | - |
| YUV | 143.89 | 144.42 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 173 | 0.99 | 0 | 0.18 | 0.18 | 169.28 | 0.97 | 0.42 |
| Hex | 3 | D2 | AD | 63 | 0 | 12 | 12 | A9 | 61 | 2A |
| Octal | 3 | 322 | 255 | 143 | 0 | 22 | 22 | 251 | 141 | 52 |
| Binary | 11 | 11010010 | 10101101 | 1100011 | 0 | 10010 | 10010 | 10101001 | 1100001 | 101010 |
Color Harmonies of #03D2AD
Complementary color
Monochromatic Colors of #03D2AD
Black with #03D2AD
Text Example
Text Example
White with #03D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D2AD; }
p { color: rgb(3,210,173); }
H1.HeaderClassName
{
color: #03D2AD;
}
.AnyTagClassName
{
color: #03D2AD;
}
</style>
background-color css
<style>
a { background-color: #03D2AD; }
a { background-color: rgb(3,210,173); }
div.DivClassName
{
background-color: #03D2AD;
}
.BgClassName
{
background-color: #03D2AD;
}
</style>
border-color css
<style>
span { border-color: #03D2AD; }
span { border-color: rgb(3,210,173); }
td.TdClassName
{
border-color: #03D2AD;
}
.TagClassName
{
border-color: #03D2AD;
}
</style>