Shades of Puerto Rico #4FB4AF
Tints of Puerto Rico #4FB4AF
RGB
CMYK
RGB Variations
Color information
#4FB4AF (or 0x4FB4AF) is known color: Puerto Rico. HEX triplet: 4F, B4 and AF. RGB value is (79,180,175). Sum of RGB (Red+Green+Blue) = 79+180+175=434 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.20% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB4AF is #B04B50. Grayscale: #959595. Windows color (decimal): -11553617 or 11514959. OLE color: 11514959.
HSL color Cylindrical-coordinate representation of color #4FB4AF: hue angle of 177.03º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB4AF is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 175 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.29 |
| HSL | 177.03º | 0.4% | 0.51% | - |
| HSV(B) | 177.03º | 0.56% | 0.71% | - |
| XYZ | 27.28 | 37.4 | 46.34 | - |
| YUV | 149.23 | 142.54 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 175 | 0.56 | 0 | 0.03 | 0.29 | 177.03 | 0.4 | 0.51 |
| Hex | 4F | B4 | AF | 38 | 0 | 3 | 1D | B1 | 28 | 33 |
| Octal | 117 | 264 | 257 | 70 | 0 | 3 | 35 | 261 | 50 | 63 |
| Binary | 1001111 | 10110100 | 10101111 | 111000 | 0 | 11 | 11101 | 10110001 | 101000 | 110011 |
Color Harmonies of #4FB4AF
Complementary color
Monochromatic Colors of #4FB4AF
Black with #4FB4AF
Text Example
Text Example
White with #4FB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB4AF; }
p { color: rgb(79,180,175); }
H1.HeaderClassName
{
color: #4FB4AF;
}
.AnyTagClassName
{
color: #4FB4AF;
}
</style>
background-color css
<style>
a { background-color: #4FB4AF; }
a { background-color: rgb(79,180,175); }
div.DivClassName
{
background-color: #4FB4AF;
}
.BgClassName
{
background-color: #4FB4AF;
}
</style>
border-color css
<style>
span { border-color: #4FB4AF; }
span { border-color: rgb(79,180,175); }
td.TdClassName
{
border-color: #4FB4AF;
}
.TagClassName
{
border-color: #4FB4AF;
}
</style>