Shades of Caribbean Green #03C29D
Tints of Caribbean Green #03C29D
RGB
CMYK
RGB Variations
Color information
#03C29D (or 0x03C29D) is known color: Caribbean Green. HEX triplet: 03, C2 and 9D. RGB value is (3,194,157). Sum of RGB (Red+Green+Blue) = 3+194+157=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #03C29D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C29D is #FC3D62. Grayscale: #848484. Windows color (decimal): -16530787 or 10338819. OLE color: 10338819.
HSL color Cylindrical-coordinate representation of color #03C29D: hue angle of 168.38º 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 #03C29D is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 194 | 157 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.24 |
| HSL | 168.38º | 0.97% | 0.39% | - |
| HSV(B) | 168.38º | 0.98% | 0.76% | - |
| XYZ | 25.42 | 41.04 | 38.48 | - |
| YUV | 132.67 | 141.72 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 194 | 157 | 0.98 | 0 | 0.19 | 0.24 | 168.38 | 0.97 | 0.39 |
| Hex | 3 | C2 | 9D | 62 | 0 | 13 | 18 | A8 | 61 | 27 |
| Octal | 3 | 302 | 235 | 142 | 0 | 23 | 30 | 250 | 141 | 47 |
| Binary | 11 | 11000010 | 10011101 | 1100010 | 0 | 10011 | 11000 | 10101000 | 1100001 | 100111 |
Color Harmonies of #03C29D
Complementary color
Monochromatic Colors of #03C29D
Black with #03C29D
Text Example
Text Example
White with #03C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C29D; }
p { color: rgb(3,194,157); }
H1.HeaderClassName
{
color: #03C29D;
}
.AnyTagClassName
{
color: #03C29D;
}
</style>
background-color css
<style>
a { background-color: #03C29D; }
a { background-color: rgb(3,194,157); }
div.DivClassName
{
background-color: #03C29D;
}
.BgClassName
{
background-color: #03C29D;
}
</style>
border-color css
<style>
span { border-color: #03C29D; }
span { border-color: rgb(3,194,157); }
td.TdClassName
{
border-color: #03C29D;
}
.TagClassName
{
border-color: #03C29D;
}
</style>