Shades of Caribbean Green #03C29E
Tints of Caribbean Green #03C29E
RGB
CMYK
RGB Variations
Color information
#03C29E (or 0x03C29E) is known color: Caribbean Green. HEX triplet: 03, C2 and 9E. RGB value is (3,194,158). Sum of RGB (Red+Green+Blue) = 3+194+158=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #03C29E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C29E is #FC3D61. Grayscale: #848484. Windows color (decimal): -16530786 or 10404355. OLE color: 10404355.
HSL color Cylindrical-coordinate representation of color #03C29E: hue angle of 168.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C29E is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 194 | 158 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.24 |
| HSL | 168.69º | 0.97% | 0.39% | - |
| HSV(B) | 168.69º | 0.98% | 0.76% | - |
| XYZ | 25.5 | 41.07 | 38.93 | - |
| YUV | 132.79 | 142.22 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 194 | 158 | 0.98 | 0 | 0.19 | 0.24 | 168.69 | 0.97 | 0.39 |
| Hex | 3 | C2 | 9E | 62 | 0 | 13 | 18 | A9 | 61 | 27 |
| Octal | 3 | 302 | 236 | 142 | 0 | 23 | 30 | 251 | 141 | 47 |
| Binary | 11 | 11000010 | 10011110 | 1100010 | 0 | 10011 | 11000 | 10101001 | 1100001 | 100111 |
Color Harmonies of #03C29E
Complementary color
Monochromatic Colors of #03C29E
Black with #03C29E
Text Example
Text Example
White with #03C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C29E; }
p { color: rgb(3,194,158); }
H1.HeaderClassName
{
color: #03C29E;
}
.AnyTagClassName
{
color: #03C29E;
}
</style>
background-color css
<style>
a { background-color: #03C29E; }
a { background-color: rgb(3,194,158); }
div.DivClassName
{
background-color: #03C29E;
}
.BgClassName
{
background-color: #03C29E;
}
</style>
border-color css
<style>
span { border-color: #03C29E; }
span { border-color: rgb(3,194,158); }
td.TdClassName
{
border-color: #03C29E;
}
.TagClassName
{
border-color: #03C29E;
}
</style>