Shades of Puerto Rico #4FB8A4
Tints of Puerto Rico #4FB8A4
RGB
CMYK
RGB Variations
Color information
#4FB8A4 (or 0x4FB8A4) is known color: Puerto Rico. HEX triplet: 4F, B8 and A4. RGB value is (79,184,164). Sum of RGB (Red+Green+Blue) = 79+184+164=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB8A4 is #B0475B. Grayscale: #969696. Windows color (decimal): -11552604 or 10795087. OLE color: 10795087.
HSL color Cylindrical-coordinate representation of color #4FB8A4: hue angle of 168.57º 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 #4FB8A4 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 184 | 164 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.28 |
| HSL | 168.57º | 0.43% | 0.52% | - |
| HSV(B) | 168.57º | 0.57% | 0.72% | - |
| XYZ | 27.07 | 38.62 | 41.15 | - |
| YUV | 150.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 184 | 164 | 0.57 | 0 | 0.11 | 0.28 | 168.57 | 0.43 | 0.52 |
| Hex | 4F | B8 | A4 | 39 | 0 | B | 1C | A9 | 2B | 34 |
| Octal | 117 | 270 | 244 | 71 | 0 | 13 | 34 | 251 | 53 | 64 |
| Binary | 1001111 | 10111000 | 10100100 | 111001 | 0 | 1011 | 11100 | 10101001 | 101011 | 110100 |
Color Harmonies of #4FB8A4
Complementary color
Monochromatic Colors of #4FB8A4
Black with #4FB8A4
Text Example
Text Example
White with #4FB8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB8A4; }
p { color: rgb(79,184,164); }
H1.HeaderClassName
{
color: #4FB8A4;
}
.AnyTagClassName
{
color: #4FB8A4;
}
</style>
background-color css
<style>
a { background-color: #4FB8A4; }
a { background-color: rgb(79,184,164); }
div.DivClassName
{
background-color: #4FB8A4;
}
.BgClassName
{
background-color: #4FB8A4;
}
</style>
border-color css
<style>
span { border-color: #4FB8A4; }
span { border-color: rgb(79,184,164); }
td.TdClassName
{
border-color: #4FB8A4;
}
.TagClassName
{
border-color: #4FB8A4;
}
</style>