Shades of Puerto Rico #4CCAB0
Tints of Puerto Rico #4CCAB0
RGB
CMYK
RGB Variations
Color information
#4CCAB0 (or 0x4CCAB0) is known color: Puerto Rico. HEX triplet: 4C, CA and B0. RGB value is (76,202,176). Sum of RGB (Red+Green+Blue) = 76+202+176=454 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.74% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCAB0 is #B3354F. Grayscale: #A1A1A1. Windows color (decimal): -11744592 or 11586124. OLE color: 11586124.
HSL color Cylindrical-coordinate representation of color #4CCAB0: hue angle of 167.62º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCAB0 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 176 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.21 |
| HSL | 167.62º | 0.54% | 0.55% | - |
| HSV(B) | 167.62º | 0.62% | 0.79% | - |
| XYZ | 31.94 | 46.91 | 48.45 | - |
| YUV | 161.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 176 | 0.62 | 0 | 0.13 | 0.21 | 167.62 | 0.54 | 0.55 |
| Hex | 4C | CA | B0 | 3E | 0 | D | 15 | A8 | 36 | 37 |
| Octal | 114 | 312 | 260 | 76 | 0 | 15 | 25 | 250 | 66 | 67 |
| Binary | 1001100 | 11001010 | 10110000 | 111110 | 0 | 1101 | 10101 | 10101000 | 110110 | 110111 |
Color Harmonies of #4CCAB0
Complementary color
Monochromatic Colors of #4CCAB0
Black with #4CCAB0
Text Example
Text Example
White with #4CCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCAB0; }
p { color: rgb(76,202,176); }
H1.HeaderClassName
{
color: #4CCAB0;
}
.AnyTagClassName
{
color: #4CCAB0;
}
</style>
background-color css
<style>
a { background-color: #4CCAB0; }
a { background-color: rgb(76,202,176); }
div.DivClassName
{
background-color: #4CCAB0;
}
.BgClassName
{
background-color: #4CCAB0;
}
</style>
border-color css
<style>
span { border-color: #4CCAB0; }
span { border-color: rgb(76,202,176); }
td.TdClassName
{
border-color: #4CCAB0;
}
.TagClassName
{
border-color: #4CCAB0;
}
</style>