Shades of Caribbean Green #03C083
Tints of Caribbean Green #03C083
RGB
CMYK
RGB Variations
Color information
#03C083 (or 0x03C083) is known color: Caribbean Green. HEX triplet: 03, C0 and 83. RGB value is (3,192,131). Sum of RGB (Red+Green+Blue) = 3+192+131=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #03C083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C083 is #FC3F7C. Grayscale: #808080. Windows color (decimal): -16531325 or 8634371. OLE color: 8634371.
HSL color Cylindrical-coordinate representation of color #03C083: hue angle of 160.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C083 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 131 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.25 |
| HSL | 160.63º | 0.97% | 0.38% | - |
| HSV(B) | 160.63º | 0.98% | 0.75% | - |
| XYZ | 22.98 | 39.36 | 27.86 | - |
| YUV | 128.54 | 129.38 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 131 | 0.98 | 0 | 0.32 | 0.25 | 160.63 | 0.97 | 0.38 |
| Hex | 3 | C0 | 83 | 62 | 0 | 20 | 19 | A1 | 61 | 26 |
| Octal | 3 | 300 | 203 | 142 | 0 | 40 | 31 | 241 | 141 | 46 |
| Binary | 11 | 11000000 | 10000011 | 1100010 | 0 | 100000 | 11001 | 10100001 | 1100001 | 100110 |
Color Harmonies of #03C083
Complementary color
Monochromatic Colors of #03C083
Black with #03C083
Text Example
Text Example
White with #03C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C083; }
p { color: rgb(3,192,131); }
H1.HeaderClassName
{
color: #03C083;
}
.AnyTagClassName
{
color: #03C083;
}
</style>
background-color css
<style>
a { background-color: #03C083; }
a { background-color: rgb(3,192,131); }
div.DivClassName
{
background-color: #03C083;
}
.BgClassName
{
background-color: #03C083;
}
</style>
border-color css
<style>
span { border-color: #03C083; }
span { border-color: rgb(3,192,131); }
td.TdClassName
{
border-color: #03C083;
}
.TagClassName
{
border-color: #03C083;
}
</style>