Shades of Caribbean Green #03C08D
Tints of Caribbean Green #03C08D
RGB
CMYK
RGB Variations
Color information
#03C08D (or 0x03C08D) is known color: Caribbean Green. HEX triplet: 03, C0 and 8D. RGB value is (3,192,141). Sum of RGB (Red+Green+Blue) = 3+192+141=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #03C08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C08D is #FC3F72. Grayscale: #818181. Windows color (decimal): -16531315 or 9289731. OLE color: 9289731.
HSL color Cylindrical-coordinate representation of color #03C08D: hue angle of 163.81º 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 #03C08D is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 141 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.25 |
| HSL | 163.81º | 0.97% | 0.38% | - |
| HSV(B) | 163.81º | 0.98% | 0.75% | - |
| XYZ | 23.69 | 39.64 | 31.6 | - |
| YUV | 129.68 | 134.38 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 141 | 0.98 | 0 | 0.27 | 0.25 | 163.81 | 0.97 | 0.38 |
| Hex | 3 | C0 | 8D | 62 | 0 | 1B | 19 | A4 | 61 | 26 |
| Octal | 3 | 300 | 215 | 142 | 0 | 33 | 31 | 244 | 141 | 46 |
| Binary | 11 | 11000000 | 10001101 | 1100010 | 0 | 11011 | 11001 | 10100100 | 1100001 | 100110 |
Color Harmonies of #03C08D
Complementary color
Monochromatic Colors of #03C08D
Black with #03C08D
Text Example
Text Example
White with #03C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C08D; }
p { color: rgb(3,192,141); }
H1.HeaderClassName
{
color: #03C08D;
}
.AnyTagClassName
{
color: #03C08D;
}
</style>
background-color css
<style>
a { background-color: #03C08D; }
a { background-color: rgb(3,192,141); }
div.DivClassName
{
background-color: #03C08D;
}
.BgClassName
{
background-color: #03C08D;
}
</style>
border-color css
<style>
span { border-color: #03C08D; }
span { border-color: rgb(3,192,141); }
td.TdClassName
{
border-color: #03C08D;
}
.TagClassName
{
border-color: #03C08D;
}
</style>