Shades of Caribbean Green #03C481
Tints of Caribbean Green #03C481
RGB
CMYK
RGB Variations
Color information
#03C481 (or 0x03C481) is known color: Caribbean Green. HEX triplet: 03, C4 and 81. RGB value is (3,196,129). Sum of RGB (Red+Green+Blue) = 3+196+129=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #03C481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C481 is #FC3B7E. Grayscale: #828282. Windows color (decimal): -16530303 or 8504323. OLE color: 8504323.
HSL color Cylindrical-coordinate representation of color #03C481: hue angle of 159.17º 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 #03C481 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 196 | 129 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.23 |
| HSL | 159.17º | 0.97% | 0.39% | - |
| HSV(B) | 159.17º | 0.98% | 0.77% | - |
| XYZ | 23.74 | 41.08 | 27.45 | - |
| YUV | 130.66 | 127.06 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 196 | 129 | 0.98 | 0 | 0.34 | 0.23 | 159.17 | 0.97 | 0.39 |
| Hex | 3 | C4 | 81 | 62 | 0 | 22 | 17 | 9F | 61 | 27 |
| Octal | 3 | 304 | 201 | 142 | 0 | 42 | 27 | 237 | 141 | 47 |
| Binary | 11 | 11000100 | 10000001 | 1100010 | 0 | 100010 | 10111 | 10011111 | 1100001 | 100111 |
Color Harmonies of #03C481
Complementary color
Monochromatic Colors of #03C481
Black with #03C481
Text Example
Text Example
White with #03C481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C481; }
p { color: rgb(3,196,129); }
H1.HeaderClassName
{
color: #03C481;
}
.AnyTagClassName
{
color: #03C481;
}
</style>
background-color css
<style>
a { background-color: #03C481; }
a { background-color: rgb(3,196,129); }
div.DivClassName
{
background-color: #03C481;
}
.BgClassName
{
background-color: #03C481;
}
</style>
border-color css
<style>
span { border-color: #03C481; }
span { border-color: rgb(3,196,129); }
td.TdClassName
{
border-color: #03C481;
}
.TagClassName
{
border-color: #03C481;
}
</style>