Shades of Puerto Rico #4CCCAF
Tints of Puerto Rico #4CCCAF
RGB
CMYK
RGB Variations
Color information
#4CCCAF (or 0x4CCCAF) is known color: Puerto Rico. HEX triplet: 4C, CC and AF. RGB value is (76,204,175). Sum of RGB (Red+Green+Blue) = 76+204+175=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCCAF is #B33350. Grayscale: #A2A2A2. Windows color (decimal): -11744081 or 11521100. OLE color: 11521100.
HSL color Cylindrical-coordinate representation of color #4CCCAF: hue angle of 166.41º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCCAF is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 175 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.2 |
| HSL | 166.41º | 0.56% | 0.55% | - |
| HSV(B) | 166.41º | 0.63% | 0.8% | - |
| XYZ | 32.31 | 47.82 | 48.08 | - |
| YUV | 162.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 175 | 0.63 | 0 | 0.14 | 0.2 | 166.41 | 0.56 | 0.55 |
| Hex | 4C | CC | AF | 3F | 0 | E | 14 | A6 | 38 | 37 |
| Octal | 114 | 314 | 257 | 77 | 0 | 16 | 24 | 246 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10101111 | 111111 | 0 | 1110 | 10100 | 10100110 | 111000 | 110111 |
Color Harmonies of #4CCCAF
Complementary color
Monochromatic Colors of #4CCCAF
Black with #4CCCAF
Text Example
Text Example
White with #4CCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCAF; }
p { color: rgb(76,204,175); }
H1.HeaderClassName
{
color: #4CCCAF;
}
.AnyTagClassName
{
color: #4CCCAF;
}
</style>
background-color css
<style>
a { background-color: #4CCCAF; }
a { background-color: rgb(76,204,175); }
div.DivClassName
{
background-color: #4CCCAF;
}
.BgClassName
{
background-color: #4CCCAF;
}
</style>
border-color css
<style>
span { border-color: #4CCCAF; }
span { border-color: rgb(76,204,175); }
td.TdClassName
{
border-color: #4CCCAF;
}
.TagClassName
{
border-color: #4CCCAF;
}
</style>