Shades of Caribbean Green #03C988
Tints of Caribbean Green #03C988
RGB
CMYK
RGB Variations
Color information
#03C988 (or 0x03C988) is known color: Caribbean Green. HEX triplet: 03, C9 and 88. RGB value is (3,201,136). Sum of RGB (Red+Green+Blue) = 3+201+136=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #03C988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C988 is #FC3677. Grayscale: #868686. Windows color (decimal): -16529016 or 8964355. OLE color: 8964355.
HSL color Cylindrical-coordinate representation of color #03C988: hue angle of 160.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C988 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 136 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.21 |
| HSL | 160.3º | 0.97% | 0.4% | - |
| HSV(B) | 160.3º | 0.99% | 0.79% | - |
| XYZ | 25.37 | 43.57 | 30.37 | - |
| YUV | 134.39 | 128.9 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 136 | 0.99 | 0 | 0.32 | 0.21 | 160.3 | 0.97 | 0.4 |
| Hex | 3 | C9 | 88 | 63 | 0 | 20 | 15 | A0 | 61 | 28 |
| Octal | 3 | 311 | 210 | 143 | 0 | 40 | 25 | 240 | 141 | 50 |
| Binary | 11 | 11001001 | 10001000 | 1100011 | 0 | 100000 | 10101 | 10100000 | 1100001 | 101000 |
Color Harmonies of #03C988
Complementary color
Monochromatic Colors of #03C988
Black with #03C988
Text Example
Text Example
White with #03C988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C988; }
p { color: rgb(3,201,136); }
H1.HeaderClassName
{
color: #03C988;
}
.AnyTagClassName
{
color: #03C988;
}
</style>
background-color css
<style>
a { background-color: #03C988; }
a { background-color: rgb(3,201,136); }
div.DivClassName
{
background-color: #03C988;
}
.BgClassName
{
background-color: #03C988;
}
</style>
border-color css
<style>
span { border-color: #03C988; }
span { border-color: rgb(3,201,136); }
td.TdClassName
{
border-color: #03C988;
}
.TagClassName
{
border-color: #03C988;
}
</style>