Shades of Puerto Rico #4CC4B0
Tints of Puerto Rico #4CC4B0
RGB
CMYK
RGB Variations
Color information
#4CC4B0 (or 0x4CC4B0) is known color: Puerto Rico. HEX triplet: 4C, C4 and B0. RGB value is (76,196,176). Sum of RGB (Red+Green+Blue) = 76+196+176=448 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.96% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC4B0 is #B33B4F. Grayscale: #9D9D9D. Windows color (decimal): -11746128 or 11584588. OLE color: 11584588.
HSL color Cylindrical-coordinate representation of color #4CC4B0: hue angle of 170º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC4B0 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 176 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.23 |
| HSL | 170º | 0.5% | 0.53% | - |
| HSV(B) | 170º | 0.61% | 0.77% | - |
| XYZ | 30.56 | 44.15 | 47.99 | - |
| YUV | 157.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 176 | 0.61 | 0 | 0.10 | 0.23 | 170 | 0.5 | 0.53 |
| Hex | 4C | C4 | B0 | 3D | 0 | A | 17 | AA | 32 | 35 |
| Octal | 114 | 304 | 260 | 75 | 0 | 12 | 27 | 252 | 62 | 65 |
| Binary | 1001100 | 11000100 | 10110000 | 111101 | 0 | 1010 | 10111 | 10101010 | 110010 | 110101 |
Color Harmonies of #4CC4B0
Complementary color
Monochromatic Colors of #4CC4B0
Black with #4CC4B0
Text Example
Text Example
White with #4CC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC4B0; }
p { color: rgb(76,196,176); }
H1.HeaderClassName
{
color: #4CC4B0;
}
.AnyTagClassName
{
color: #4CC4B0;
}
</style>
background-color css
<style>
a { background-color: #4CC4B0; }
a { background-color: rgb(76,196,176); }
div.DivClassName
{
background-color: #4CC4B0;
}
.BgClassName
{
background-color: #4CC4B0;
}
</style>
border-color css
<style>
span { border-color: #4CC4B0; }
span { border-color: rgb(76,196,176); }
td.TdClassName
{
border-color: #4CC4B0;
}
.TagClassName
{
border-color: #4CC4B0;
}
</style>