Shades of Puerto Rico #4FB8AF
Tints of Puerto Rico #4FB8AF
RGB
CMYK
RGB Variations
Color information
#4FB8AF (or 0x4FB8AF) is known color: Puerto Rico. HEX triplet: 4F, B8 and AF. RGB value is (79,184,175). Sum of RGB (Red+Green+Blue) = 79+184+175=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB8AF is #B04750. Grayscale: #979797. Windows color (decimal): -11552593 or 11515983. OLE color: 11515983.
HSL color Cylindrical-coordinate representation of color #4FB8AF: hue angle of 174.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB8AF is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 184 | 175 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.28 |
| HSL | 174.86º | 0.43% | 0.52% | - |
| HSV(B) | 174.86º | 0.57% | 0.72% | - |
| XYZ | 28.1 | 39.04 | 46.61 | - |
| YUV | 151.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 184 | 175 | 0.57 | 0 | 0.05 | 0.28 | 174.86 | 0.43 | 0.52 |
| Hex | 4F | B8 | AF | 39 | 0 | 5 | 1C | AF | 2B | 34 |
| Octal | 117 | 270 | 257 | 71 | 0 | 5 | 34 | 257 | 53 | 64 |
| Binary | 1001111 | 10111000 | 10101111 | 111001 | 0 | 101 | 11100 | 10101111 | 101011 | 110100 |
Color Harmonies of #4FB8AF
Complementary color
Monochromatic Colors of #4FB8AF
Black with #4FB8AF
Text Example
Text Example
White with #4FB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB8AF; }
p { color: rgb(79,184,175); }
H1.HeaderClassName
{
color: #4FB8AF;
}
.AnyTagClassName
{
color: #4FB8AF;
}
</style>
background-color css
<style>
a { background-color: #4FB8AF; }
a { background-color: rgb(79,184,175); }
div.DivClassName
{
background-color: #4FB8AF;
}
.BgClassName
{
background-color: #4FB8AF;
}
</style>
border-color css
<style>
span { border-color: #4FB8AF; }
span { border-color: rgb(79,184,175); }
td.TdClassName
{
border-color: #4FB8AF;
}
.TagClassName
{
border-color: #4FB8AF;
}
</style>