Shades of Caribbean Green #03D69C
Tints of Caribbean Green #03D69C
RGB
CMYK
RGB Variations
Color information
#03D69C (or 0x03D69C) is known color: Caribbean Green. HEX triplet: 03, D6 and 9C. RGB value is (3,214,156). Sum of RGB (Red+Green+Blue) = 3+214+156=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #03D69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D69C is #FC2963. Grayscale: #909090. Windows color (decimal): -16525668 or 10278403. OLE color: 10278403.
HSL color Cylindrical-coordinate representation of color #03D69C: hue angle of 163.51º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D69C is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 156 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.16 |
| HSL | 163.51º | 0.97% | 0.43% | - |
| HSV(B) | 163.51º | 0.99% | 0.84% | - |
| XYZ | 30.08 | 50.51 | 39.62 | - |
| YUV | 144.3 | 134.6 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 156 | 0.99 | 0 | 0.27 | 0.16 | 163.51 | 0.97 | 0.43 |
| Hex | 3 | D6 | 9C | 63 | 0 | 1B | 10 | A4 | 61 | 2B |
| Octal | 3 | 326 | 234 | 143 | 0 | 33 | 20 | 244 | 141 | 53 |
| Binary | 11 | 11010110 | 10011100 | 1100011 | 0 | 11011 | 10000 | 10100100 | 1100001 | 101011 |
Color Harmonies of #03D69C
Complementary color
Monochromatic Colors of #03D69C
Black with #03D69C
Text Example
Text Example
White with #03D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D69C; }
p { color: rgb(3,214,156); }
H1.HeaderClassName
{
color: #03D69C;
}
.AnyTagClassName
{
color: #03D69C;
}
</style>
background-color css
<style>
a { background-color: #03D69C; }
a { background-color: rgb(3,214,156); }
div.DivClassName
{
background-color: #03D69C;
}
.BgClassName
{
background-color: #03D69C;
}
</style>
border-color css
<style>
span { border-color: #03D69C; }
span { border-color: rgb(3,214,156); }
td.TdClassName
{
border-color: #03D69C;
}
.TagClassName
{
border-color: #03D69C;
}
</style>