Shades of Puerto Rico #4CB4A2
Tints of Puerto Rico #4CB4A2
RGB
CMYK
RGB Variations
Color information
#4CB4A2 (or 0x4CB4A2) is known color: Puerto Rico. HEX triplet: 4C, B4 and A2. RGB value is (76,180,162). Sum of RGB (Red+Green+Blue) = 76+180+162=418 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.18% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB4A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB4A2 is #B34B5D. Grayscale: #929292. Windows color (decimal): -11750238 or 10662988. OLE color: 10662988.
HSL color Cylindrical-coordinate representation of color #4CB4A2: hue angle of 169.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB4A2 is Cyan = 0.58, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 162 | - |
| CMYK | 0.58 | 0 | 0.1 | 0.29 |
| HSL | 169.62º | 0.41% | 0.5% | - |
| HSV(B) | 169.62º | 0.58% | 0.71% | - |
| XYZ | 25.82 | 36.79 | 39.92 | - |
| YUV | 146.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 162 | 0.58 | 0 | 0.1 | 0.29 | 169.62 | 0.41 | 0.5 |
| Hex | 4C | B4 | A2 | 3A | 0 | A | 1D | AA | 29 | 32 |
| Octal | 114 | 264 | 242 | 72 | 0 | 12 | 35 | 252 | 51 | 62 |
| Binary | 1001100 | 10110100 | 10100010 | 111010 | 0 | 1010 | 11101 | 10101010 | 101001 | 110010 |
Color Harmonies of #4CB4A2
Complementary color
Monochromatic Colors of #4CB4A2
Black with #4CB4A2
Text Example
Text Example
White with #4CB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB4A2; }
p { color: rgb(76,180,162); }
H1.HeaderClassName
{
color: #4CB4A2;
}
.AnyTagClassName
{
color: #4CB4A2;
}
</style>
background-color css
<style>
a { background-color: #4CB4A2; }
a { background-color: rgb(76,180,162); }
div.DivClassName
{
background-color: #4CB4A2;
}
.BgClassName
{
background-color: #4CB4A2;
}
</style>
border-color css
<style>
span { border-color: #4CB4A2; }
span { border-color: rgb(76,180,162); }
td.TdClassName
{
border-color: #4CB4A2;
}
.TagClassName
{
border-color: #4CB4A2;
}
</style>