Shades of Caribbean Green #03C48B
Tints of Caribbean Green #03C48B
RGB
CMYK
RGB Variations
Color information
#03C48B (or 0x03C48B) is known color: Caribbean Green. HEX triplet: 03, C4 and 8B. RGB value is (3,196,139). Sum of RGB (Red+Green+Blue) = 3+196+139=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #03C48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C48B is #FC3B74. Grayscale: #838383. Windows color (decimal): -16530293 or 9159683. OLE color: 9159683.
HSL color Cylindrical-coordinate representation of color #03C48B: hue angle of 162.28º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C48B is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 196 | 139 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.23 |
| HSL | 162.28º | 0.97% | 0.39% | - |
| HSV(B) | 162.28º | 0.98% | 0.77% | - |
| XYZ | 24.44 | 41.36 | 31.12 | - |
| YUV | 131.8 | 132.06 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 196 | 139 | 0.98 | 0 | 0.29 | 0.23 | 162.28 | 0.97 | 0.39 |
| Hex | 3 | C4 | 8B | 62 | 0 | 1D | 17 | A2 | 61 | 27 |
| Octal | 3 | 304 | 213 | 142 | 0 | 35 | 27 | 242 | 141 | 47 |
| Binary | 11 | 11000100 | 10001011 | 1100010 | 0 | 11101 | 10111 | 10100010 | 1100001 | 100111 |
Color Harmonies of #03C48B
Complementary color
Monochromatic Colors of #03C48B
Black with #03C48B
Text Example
Text Example
White with #03C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C48B; }
p { color: rgb(3,196,139); }
H1.HeaderClassName
{
color: #03C48B;
}
.AnyTagClassName
{
color: #03C48B;
}
</style>
background-color css
<style>
a { background-color: #03C48B; }
a { background-color: rgb(3,196,139); }
div.DivClassName
{
background-color: #03C48B;
}
.BgClassName
{
background-color: #03C48B;
}
</style>
border-color css
<style>
span { border-color: #03C48B; }
span { border-color: rgb(3,196,139); }
td.TdClassName
{
border-color: #03C48B;
}
.TagClassName
{
border-color: #03C48B;
}
</style>