Shades of Puerto Rico #4CB998
Tints of Puerto Rico #4CB998
RGB
CMYK
RGB Variations
Color information
#4CB998 (or 0x4CB998) is known color: Puerto Rico. HEX triplet: 4C, B9 and 98. RGB value is (76,185,152). Sum of RGB (Red+Green+Blue) = 76+185+152=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB998 is #B34667. Grayscale: #949494. Windows color (decimal): -11748968 or 10008908. OLE color: 10008908.
HSL color Cylindrical-coordinate representation of color #4CB998: hue angle of 161.83º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB998 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 185 | 152 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.27 |
| HSL | 161.83º | 0.44% | 0.51% | - |
| HSV(B) | 161.83º | 0.59% | 0.73% | - |
| XYZ | 26 | 38.5 | 35.77 | - |
| YUV | 148.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 152 | 0.59 | 0 | 0.18 | 0.27 | 161.83 | 0.44 | 0.51 |
| Hex | 4C | B9 | 98 | 3B | 0 | 12 | 1B | A2 | 2C | 33 |
| Octal | 114 | 271 | 230 | 73 | 0 | 22 | 33 | 242 | 54 | 63 |
| Binary | 1001100 | 10111001 | 10011000 | 111011 | 0 | 10010 | 11011 | 10100010 | 101100 | 110011 |
Color Harmonies of #4CB998
Complementary color
Monochromatic Colors of #4CB998
Black with #4CB998
Text Example
Text Example
White with #4CB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB998; }
p { color: rgb(76,185,152); }
H1.HeaderClassName
{
color: #4CB998;
}
.AnyTagClassName
{
color: #4CB998;
}
</style>
background-color css
<style>
a { background-color: #4CB998; }
a { background-color: rgb(76,185,152); }
div.DivClassName
{
background-color: #4CB998;
}
.BgClassName
{
background-color: #4CB998;
}
</style>
border-color css
<style>
span { border-color: #4CB998; }
span { border-color: rgb(76,185,152); }
td.TdClassName
{
border-color: #4CB998;
}
.TagClassName
{
border-color: #4CB998;
}
</style>