Shades of Puerto Rico #4CBEAC
Tints of Puerto Rico #4CBEAC
RGB
CMYK
RGB Variations
Color information
#4CBEAC (or 0x4CBEAC) is known color: Puerto Rico. HEX triplet: 4C, BE and AC. RGB value is (76,190,172). Sum of RGB (Red+Green+Blue) = 76+190+172=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBEAC is #B34153. Grayscale: #999999. Windows color (decimal): -11747668 or 11320908. OLE color: 11320908.
HSL color Cylindrical-coordinate representation of color #4CBEAC: hue angle of 170.53º 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 #4CBEAC is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 190 | 172 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.25 |
| HSL | 170.53º | 0.47% | 0.52% | - |
| HSV(B) | 170.53º | 0.6% | 0.75% | - |
| XYZ | 28.84 | 41.34 | 45.49 | - |
| YUV | 153.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 172 | 0.60 | 0 | 0.09 | 0.25 | 170.53 | 0.47 | 0.52 |
| Hex | 4C | BE | AC | 3C | 0 | 9 | 19 | AB | 2F | 34 |
| Octal | 114 | 276 | 254 | 74 | 0 | 11 | 31 | 253 | 57 | 64 |
| Binary | 1001100 | 10111110 | 10101100 | 111100 | 0 | 1001 | 11001 | 10101011 | 101111 | 110100 |
Color Harmonies of #4CBEAC
Complementary color
Monochromatic Colors of #4CBEAC
Black with #4CBEAC
Text Example
Text Example
White with #4CBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBEAC; }
p { color: rgb(76,190,172); }
H1.HeaderClassName
{
color: #4CBEAC;
}
.AnyTagClassName
{
color: #4CBEAC;
}
</style>
background-color css
<style>
a { background-color: #4CBEAC; }
a { background-color: rgb(76,190,172); }
div.DivClassName
{
background-color: #4CBEAC;
}
.BgClassName
{
background-color: #4CBEAC;
}
</style>
border-color css
<style>
span { border-color: #4CBEAC; }
span { border-color: rgb(76,190,172); }
td.TdClassName
{
border-color: #4CBEAC;
}
.TagClassName
{
border-color: #4CBEAC;
}
</style>