Shades of Caribbean Green #03C28A
Tints of Caribbean Green #03C28A
RGB
CMYK
RGB Variations
Color information
#03C28A (or 0x03C28A) is known color: Caribbean Green. HEX triplet: 03, C2 and 8A. RGB value is (3,194,138). Sum of RGB (Red+Green+Blue) = 3+194+138=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #03C28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C28A is #FC3D75. Grayscale: #828282. Windows color (decimal): -16530806 or 9093635. OLE color: 9093635.
HSL color Cylindrical-coordinate representation of color #03C28A: hue angle of 162.41º 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 #03C28A is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 194 | 138 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.24 |
| HSL | 162.41º | 0.97% | 0.39% | - |
| HSV(B) | 162.41º | 0.98% | 0.76% | - |
| XYZ | 23.92 | 40.44 | 30.59 | - |
| YUV | 130.51 | 132.22 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 194 | 138 | 0.98 | 0 | 0.29 | 0.24 | 162.41 | 0.97 | 0.39 |
| Hex | 3 | C2 | 8A | 62 | 0 | 1D | 18 | A2 | 61 | 27 |
| Octal | 3 | 302 | 212 | 142 | 0 | 35 | 30 | 242 | 141 | 47 |
| Binary | 11 | 11000010 | 10001010 | 1100010 | 0 | 11101 | 11000 | 10100010 | 1100001 | 100111 |
Color Harmonies of #03C28A
Complementary color
Monochromatic Colors of #03C28A
Black with #03C28A
Text Example
Text Example
White with #03C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C28A; }
p { color: rgb(3,194,138); }
H1.HeaderClassName
{
color: #03C28A;
}
.AnyTagClassName
{
color: #03C28A;
}
</style>
background-color css
<style>
a { background-color: #03C28A; }
a { background-color: rgb(3,194,138); }
div.DivClassName
{
background-color: #03C28A;
}
.BgClassName
{
background-color: #03C28A;
}
</style>
border-color css
<style>
span { border-color: #03C28A; }
span { border-color: rgb(3,194,138); }
td.TdClassName
{
border-color: #03C28A;
}
.TagClassName
{
border-color: #03C28A;
}
</style>