Shades of Puerto Rico #4CB2AA
Tints of Puerto Rico #4CB2AA
RGB
CMYK
RGB Variations
Color information
#4CB2AA (or 0x4CB2AA) is known color: Puerto Rico. HEX triplet: 4C, B2 and AA. RGB value is (76,178,170). Sum of RGB (Red+Green+Blue) = 76+178+170=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB2AA is #B34D55. Grayscale: #929292. Windows color (decimal): -11750742 or 11186764. OLE color: 11186764.
HSL color Cylindrical-coordinate representation of color #4CB2AA: hue angle of 175.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB2AA is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 178 | 170 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.30 |
| HSL | 175.29º | 0.4% | 0.5% | - |
| HSV(B) | 175.29º | 0.57% | 0.7% | - |
| XYZ | 26.16 | 36.28 | 43.65 | - |
| YUV | 146.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 178 | 170 | 0.57 | 0 | 0.04 | 0.30 | 175.29 | 0.4 | 0.5 |
| Hex | 4C | B2 | AA | 39 | 0 | 4 | 1E | AF | 28 | 32 |
| Octal | 114 | 262 | 252 | 71 | 0 | 4 | 36 | 257 | 50 | 62 |
| Binary | 1001100 | 10110010 | 10101010 | 111001 | 0 | 100 | 11110 | 10101111 | 101000 | 110010 |
Color Harmonies of #4CB2AA
Complementary color
Monochromatic Colors of #4CB2AA
Black with #4CB2AA
Text Example
Text Example
White with #4CB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB2AA; }
p { color: rgb(76,178,170); }
H1.HeaderClassName
{
color: #4CB2AA;
}
.AnyTagClassName
{
color: #4CB2AA;
}
</style>
background-color css
<style>
a { background-color: #4CB2AA; }
a { background-color: rgb(76,178,170); }
div.DivClassName
{
background-color: #4CB2AA;
}
.BgClassName
{
background-color: #4CB2AA;
}
</style>
border-color css
<style>
span { border-color: #4CB2AA; }
span { border-color: rgb(76,178,170); }
td.TdClassName
{
border-color: #4CB2AA;
}
.TagClassName
{
border-color: #4CB2AA;
}
</style>