Shades of Caribbean Green #03D8AC
Tints of Caribbean Green #03D8AC
RGB
CMYK
RGB Variations
Color information
#03D8AC (or 0x03D8AC) is known color: Caribbean Green. HEX triplet: 03, D8 and AC. RGB value is (3,216,172). Sum of RGB (Red+Green+Blue) = 3+216+172=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 216 (84.77% from 255 or 55.24% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 216 - color contains mainly: green. Hex color #03D8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D8AC is #FC2753. Grayscale: #939393. Windows color (decimal): -16525140 or 11327491. OLE color: 11327491.
HSL color Cylindrical-coordinate representation of color #03D8AC: hue angle of 167.61º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D8AC is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 216 | 172 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.15 |
| HSL | 167.61º | 0.97% | 0.43% | - |
| HSV(B) | 167.61º | 0.99% | 0.85% | - |
| XYZ | 32.04 | 52.11 | 47.4 | - |
| YUV | 147.3 | 141.93 | 25.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 216 | 172 | 0.99 | 0 | 0.20 | 0.15 | 167.61 | 0.97 | 0.43 |
| Hex | 3 | D8 | AC | 63 | 0 | 14 | F | A8 | 61 | 2B |
| Octal | 3 | 330 | 254 | 143 | 0 | 24 | 17 | 250 | 141 | 53 |
| Binary | 11 | 11011000 | 10101100 | 1100011 | 0 | 10100 | 1111 | 10101000 | 1100001 | 101011 |
Color Harmonies of #03D8AC
Complementary color
Monochromatic Colors of #03D8AC
Black with #03D8AC
Text Example
Text Example
White with #03D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D8AC; }
p { color: rgb(3,216,172); }
H1.HeaderClassName
{
color: #03D8AC;
}
.AnyTagClassName
{
color: #03D8AC;
}
</style>
background-color css
<style>
a { background-color: #03D8AC; }
a { background-color: rgb(3,216,172); }
div.DivClassName
{
background-color: #03D8AC;
}
.BgClassName
{
background-color: #03D8AC;
}
</style>
border-color css
<style>
span { border-color: #03D8AC; }
span { border-color: rgb(3,216,172); }
td.TdClassName
{
border-color: #03D8AC;
}
.TagClassName
{
border-color: #03D8AC;
}
</style>