Shades of Puerto Rico #4CC3AF
Tints of Puerto Rico #4CC3AF
RGB
CMYK
RGB Variations
Color information
#4CC3AF (or 0x4CC3AF) is known color: Puerto Rico. HEX triplet: 4C, C3 and AF. RGB value is (76,195,175). Sum of RGB (Red+Green+Blue) = 76+195+175=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC3AF is #B33C50. Grayscale: #9D9D9D. Windows color (decimal): -11746385 or 11518796. OLE color: 11518796.
HSL color Cylindrical-coordinate representation of color #4CC3AF: hue angle of 169.92º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC3AF is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 175 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.24 |
| HSL | 169.92º | 0.5% | 0.53% | - |
| HSV(B) | 169.92º | 0.61% | 0.76% | - |
| XYZ | 30.23 | 43.66 | 47.39 | - |
| YUV | 157.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 175 | 0.61 | 0 | 0.10 | 0.24 | 169.92 | 0.5 | 0.53 |
| Hex | 4C | C3 | AF | 3D | 0 | A | 18 | AA | 32 | 35 |
| Octal | 114 | 303 | 257 | 75 | 0 | 12 | 30 | 252 | 62 | 65 |
| Binary | 1001100 | 11000011 | 10101111 | 111101 | 0 | 1010 | 11000 | 10101010 | 110010 | 110101 |
Color Harmonies of #4CC3AF
Complementary color
Monochromatic Colors of #4CC3AF
Black with #4CC3AF
Text Example
Text Example
White with #4CC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC3AF; }
p { color: rgb(76,195,175); }
H1.HeaderClassName
{
color: #4CC3AF;
}
.AnyTagClassName
{
color: #4CC3AF;
}
</style>
background-color css
<style>
a { background-color: #4CC3AF; }
a { background-color: rgb(76,195,175); }
div.DivClassName
{
background-color: #4CC3AF;
}
.BgClassName
{
background-color: #4CC3AF;
}
</style>
border-color css
<style>
span { border-color: #4CC3AF; }
span { border-color: rgb(76,195,175); }
td.TdClassName
{
border-color: #4CC3AF;
}
.TagClassName
{
border-color: #4CC3AF;
}
</style>