Shades of Puerto Rico #4CB7AC
Tints of Puerto Rico #4CB7AC
RGB
CMYK
RGB Variations
Color information
#4CB7AC (or 0x4CB7AC) is known color: Puerto Rico. HEX triplet: 4C, B7 and AC. RGB value is (76,183,172). Sum of RGB (Red+Green+Blue) = 76+183+172=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB7AC is #B34853. Grayscale: #959595. Windows color (decimal): -11749460 or 11319116. OLE color: 11319116.
HSL color Cylindrical-coordinate representation of color #4CB7AC: hue angle of 173.83º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB7AC is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 183 | 172 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.28 |
| HSL | 173.83º | 0.43% | 0.51% | - |
| HSV(B) | 173.83º | 0.58% | 0.72% | - |
| XYZ | 27.36 | 38.38 | 45 | - |
| YUV | 149.75 | 140.55 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 172 | 0.58 | 0 | 0.06 | 0.28 | 173.83 | 0.43 | 0.51 |
| Hex | 4C | B7 | AC | 3A | 0 | 6 | 1C | AE | 2B | 33 |
| Octal | 114 | 267 | 254 | 72 | 0 | 6 | 34 | 256 | 53 | 63 |
| Binary | 1001100 | 10110111 | 10101100 | 111010 | 0 | 110 | 11100 | 10101110 | 101011 | 110011 |
Color Harmonies of #4CB7AC
Complementary color
Monochromatic Colors of #4CB7AC
Black with #4CB7AC
Text Example
Text Example
White with #4CB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB7AC; }
p { color: rgb(76,183,172); }
H1.HeaderClassName
{
color: #4CB7AC;
}
.AnyTagClassName
{
color: #4CB7AC;
}
</style>
background-color css
<style>
a { background-color: #4CB7AC; }
a { background-color: rgb(76,183,172); }
div.DivClassName
{
background-color: #4CB7AC;
}
.BgClassName
{
background-color: #4CB7AC;
}
</style>
border-color css
<style>
span { border-color: #4CB7AC; }
span { border-color: rgb(76,183,172); }
td.TdClassName
{
border-color: #4CB7AC;
}
.TagClassName
{
border-color: #4CB7AC;
}
</style>