Shades of Puerto Rico #4CBEA0
Tints of Puerto Rico #4CBEA0
RGB
CMYK
RGB Variations
Color information
#4CBEA0 (or 0x4CBEA0) is known color: Puerto Rico. HEX triplet: 4C, BE and A0. RGB value is (76,190,160). Sum of RGB (Red+Green+Blue) = 76+190+160=426 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.84% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBEA0 is #B3415F. Grayscale: #989898. Windows color (decimal): -11747680 or 10534476. OLE color: 10534476.
HSL color Cylindrical-coordinate representation of color #4CBEA0: hue angle of 164.21º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBEA0 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 190 | 160 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.25 |
| HSL | 164.21º | 0.47% | 0.52% | - |
| HSV(B) | 164.21º | 0.6% | 0.75% | - |
| XYZ | 27.74 | 40.9 | 39.69 | - |
| YUV | 152.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 160 | 0.60 | 0 | 0.16 | 0.25 | 164.21 | 0.47 | 0.52 |
| Hex | 4C | BE | A0 | 3C | 0 | 10 | 19 | A4 | 2F | 34 |
| Octal | 114 | 276 | 240 | 74 | 0 | 20 | 31 | 244 | 57 | 64 |
| Binary | 1001100 | 10111110 | 10100000 | 111100 | 0 | 10000 | 11001 | 10100100 | 101111 | 110100 |
Color Harmonies of #4CBEA0
Complementary color
Monochromatic Colors of #4CBEA0
Black with #4CBEA0
Text Example
Text Example
White with #4CBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBEA0; }
p { color: rgb(76,190,160); }
H1.HeaderClassName
{
color: #4CBEA0;
}
.AnyTagClassName
{
color: #4CBEA0;
}
</style>
background-color css
<style>
a { background-color: #4CBEA0; }
a { background-color: rgb(76,190,160); }
div.DivClassName
{
background-color: #4CBEA0;
}
.BgClassName
{
background-color: #4CBEA0;
}
</style>
border-color css
<style>
span { border-color: #4CBEA0; }
span { border-color: rgb(76,190,160); }
td.TdClassName
{
border-color: #4CBEA0;
}
.TagClassName
{
border-color: #4CBEA0;
}
</style>