Shades of Puerto Rico #4CB8B0
Tints of Puerto Rico #4CB8B0
RGB
CMYK
RGB Variations
Color information
#4CB8B0 (or 0x4CB8B0) is known color: Puerto Rico. HEX triplet: 4C, B8 and B0. RGB value is (76,184,176). Sum of RGB (Red+Green+Blue) = 76+184+176=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB8B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB8B0 is #B3474F. Grayscale: #969696. Windows color (decimal): -11749200 or 11581516. OLE color: 11581516.
HSL color Cylindrical-coordinate representation of color #4CB8B0: hue angle of 175.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB8B0 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 184 | 176 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.28 |
| HSL | 175.56º | 0.43% | 0.51% | - |
| HSV(B) | 175.56º | 0.59% | 0.72% | - |
| XYZ | 27.96 | 38.95 | 47.12 | - |
| YUV | 150.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 184 | 176 | 0.59 | 0 | 0.04 | 0.28 | 175.56 | 0.43 | 0.51 |
| Hex | 4C | B8 | B0 | 3B | 0 | 4 | 1C | B0 | 2B | 33 |
| Octal | 114 | 270 | 260 | 73 | 0 | 4 | 34 | 260 | 53 | 63 |
| Binary | 1001100 | 10111000 | 10110000 | 111011 | 0 | 100 | 11100 | 10110000 | 101011 | 110011 |
Color Harmonies of #4CB8B0
Complementary color
Monochromatic Colors of #4CB8B0
Black with #4CB8B0
Text Example
Text Example
White with #4CB8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB8B0; }
p { color: rgb(76,184,176); }
H1.HeaderClassName
{
color: #4CB8B0;
}
.AnyTagClassName
{
color: #4CB8B0;
}
</style>
background-color css
<style>
a { background-color: #4CB8B0; }
a { background-color: rgb(76,184,176); }
div.DivClassName
{
background-color: #4CB8B0;
}
.BgClassName
{
background-color: #4CB8B0;
}
</style>
border-color css
<style>
span { border-color: #4CB8B0; }
span { border-color: rgb(76,184,176); }
td.TdClassName
{
border-color: #4CB8B0;
}
.TagClassName
{
border-color: #4CB8B0;
}
</style>