Shades of Caribbean Green #03DC8A
Tints of Caribbean Green #03DC8A
RGB
CMYK
RGB Variations
Color information
#03DC8A (or 0x03DC8A) is known color: Caribbean Green. HEX triplet: 03, DC and 8A. RGB value is (3,220,138). Sum of RGB (Red+Green+Blue) = 3+220+138=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DC8A is #FC2375. Grayscale: #919191. Windows color (decimal): -16524150 or 9100291. OLE color: 9100291.
HSL color Cylindrical-coordinate representation of color #03DC8A: hue angle of 157.33º 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 #03DC8A is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 138 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.14 |
| HSL | 157.33º | 0.97% | 0.44% | - |
| HSV(B) | 157.33º | 0.99% | 0.86% | - |
| XYZ | 30.22 | 53.04 | 32.69 | - |
| YUV | 145.77 | 123.61 | 26.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 138 | 0.99 | 0 | 0.37 | 0.14 | 157.33 | 0.97 | 0.44 |
| Hex | 3 | DC | 8A | 63 | 0 | 25 | E | 9D | 61 | 2C |
| Octal | 3 | 334 | 212 | 143 | 0 | 45 | 16 | 235 | 141 | 54 |
| Binary | 11 | 11011100 | 10001010 | 1100011 | 0 | 100101 | 1110 | 10011101 | 1100001 | 101100 |
Color Harmonies of #03DC8A
Complementary color
Monochromatic Colors of #03DC8A
Black with #03DC8A
Text Example
Text Example
White with #03DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC8A; }
p { color: rgb(3,220,138); }
H1.HeaderClassName
{
color: #03DC8A;
}
.AnyTagClassName
{
color: #03DC8A;
}
</style>
background-color css
<style>
a { background-color: #03DC8A; }
a { background-color: rgb(3,220,138); }
div.DivClassName
{
background-color: #03DC8A;
}
.BgClassName
{
background-color: #03DC8A;
}
</style>
border-color css
<style>
span { border-color: #03DC8A; }
span { border-color: rgb(3,220,138); }
td.TdClassName
{
border-color: #03DC8A;
}
.TagClassName
{
border-color: #03DC8A;
}
</style>