Shades of Puerto Rico #4FCCAF
Tints of Puerto Rico #4FCCAF
RGB
CMYK
RGB Variations
Color information
#4FCCAF (or 0x4FCCAF) is known color: Puerto Rico. HEX triplet: 4F, CC and AF. RGB value is (79,204,175). Sum of RGB (Red+Green+Blue) = 79+204+175=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCCAF is #B03350. Grayscale: #A3A3A3. Windows color (decimal): -11547473 or 11521103. OLE color: 11521103.
HSL color Cylindrical-coordinate representation of color #4FCCAF: hue angle of 166.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCCAF is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 175 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.2 |
| HSL | 166.08º | 0.55% | 0.55% | - |
| HSV(B) | 166.08º | 0.61% | 0.8% | - |
| XYZ | 32.56 | 47.94 | 48.1 | - |
| YUV | 163.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 175 | 0.61 | 0 | 0.14 | 0.2 | 166.08 | 0.55 | 0.55 |
| Hex | 4F | CC | AF | 3D | 0 | E | 14 | A6 | 37 | 37 |
| Octal | 117 | 314 | 257 | 75 | 0 | 16 | 24 | 246 | 67 | 67 |
| Binary | 1001111 | 11001100 | 10101111 | 111101 | 0 | 1110 | 10100 | 10100110 | 110111 | 110111 |
Color Harmonies of #4FCCAF
Complementary color
Monochromatic Colors of #4FCCAF
Black with #4FCCAF
Text Example
Text Example
White with #4FCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCAF; }
p { color: rgb(79,204,175); }
H1.HeaderClassName
{
color: #4FCCAF;
}
.AnyTagClassName
{
color: #4FCCAF;
}
</style>
background-color css
<style>
a { background-color: #4FCCAF; }
a { background-color: rgb(79,204,175); }
div.DivClassName
{
background-color: #4FCCAF;
}
.BgClassName
{
background-color: #4FCCAF;
}
</style>
border-color css
<style>
span { border-color: #4FCCAF; }
span { border-color: rgb(79,204,175); }
td.TdClassName
{
border-color: #4FCCAF;
}
.TagClassName
{
border-color: #4FCCAF;
}
</style>