Shades of Puerto Rico #4FC0AF
Tints of Puerto Rico #4FC0AF
RGB
CMYK
RGB Variations
Color information
#4FC0AF (or 0x4FC0AF) is known color: Puerto Rico. HEX triplet: 4F, C0 and AF. RGB value is (79,192,175). Sum of RGB (Red+Green+Blue) = 79+192+175=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC0AF is #B03F50. Grayscale: #9C9C9C. Windows color (decimal): -11550545 or 11518031. OLE color: 11518031.
HSL color Cylindrical-coordinate representation of color #4FC0AF: hue angle of 170.97º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC0AF is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 175 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.25 |
| HSL | 170.97º | 0.47% | 0.53% | - |
| HSV(B) | 170.97º | 0.59% | 0.75% | - |
| XYZ | 29.81 | 42.46 | 47.18 | - |
| YUV | 156.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 175 | 0.59 | 0 | 0.09 | 0.25 | 170.97 | 0.47 | 0.53 |
| Hex | 4F | C0 | AF | 3B | 0 | 9 | 19 | AB | 2F | 35 |
| Octal | 117 | 300 | 257 | 73 | 0 | 11 | 31 | 253 | 57 | 65 |
| Binary | 1001111 | 11000000 | 10101111 | 111011 | 0 | 1001 | 11001 | 10101011 | 101111 | 110101 |
Color Harmonies of #4FC0AF
Complementary color
Monochromatic Colors of #4FC0AF
Black with #4FC0AF
Text Example
Text Example
White with #4FC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC0AF; }
p { color: rgb(79,192,175); }
H1.HeaderClassName
{
color: #4FC0AF;
}
.AnyTagClassName
{
color: #4FC0AF;
}
</style>
background-color css
<style>
a { background-color: #4FC0AF; }
a { background-color: rgb(79,192,175); }
div.DivClassName
{
background-color: #4FC0AF;
}
.BgClassName
{
background-color: #4FC0AF;
}
</style>
border-color css
<style>
span { border-color: #4FC0AF; }
span { border-color: rgb(79,192,175); }
td.TdClassName
{
border-color: #4FC0AF;
}
.TagClassName
{
border-color: #4FC0AF;
}
</style>