Shades of Caribbean Green #03DC94
Tints of Caribbean Green #03DC94
RGB
CMYK
RGB Variations
Color information
#03DC94 (or 0x03DC94) is known color: Caribbean Green. HEX triplet: 03, DC and 94. RGB value is (3,220,148). Sum of RGB (Red+Green+Blue) = 3+220+148=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DC94 is #FC236B. Grayscale: #929292. Windows color (decimal): -16524140 or 9755651. OLE color: 9755651.
HSL color Cylindrical-coordinate representation of color #03DC94: hue angle of 160.09º 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 #03DC94 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 148 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.14 |
| HSL | 160.09º | 0.97% | 0.44% | - |
| HSV(B) | 160.09º | 0.99% | 0.86% | - |
| XYZ | 30.98 | 53.34 | 36.68 | - |
| YUV | 146.91 | 128.61 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 148 | 0.99 | 0 | 0.33 | 0.14 | 160.09 | 0.97 | 0.44 |
| Hex | 3 | DC | 94 | 63 | 0 | 21 | E | A0 | 61 | 2C |
| Octal | 3 | 334 | 224 | 143 | 0 | 41 | 16 | 240 | 141 | 54 |
| Binary | 11 | 11011100 | 10010100 | 1100011 | 0 | 100001 | 1110 | 10100000 | 1100001 | 101100 |
Color Harmonies of #03DC94
Complementary color
Monochromatic Colors of #03DC94
Black with #03DC94
Text Example
Text Example
White with #03DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC94; }
p { color: rgb(3,220,148); }
H1.HeaderClassName
{
color: #03DC94;
}
.AnyTagClassName
{
color: #03DC94;
}
</style>
background-color css
<style>
a { background-color: #03DC94; }
a { background-color: rgb(3,220,148); }
div.DivClassName
{
background-color: #03DC94;
}
.BgClassName
{
background-color: #03DC94;
}
</style>
border-color css
<style>
span { border-color: #03DC94; }
span { border-color: rgb(3,220,148); }
td.TdClassName
{
border-color: #03DC94;
}
.TagClassName
{
border-color: #03DC94;
}
</style>