Shades of Puerto Rico #4FB4AB
Tints of Puerto Rico #4FB4AB
RGB
CMYK
RGB Variations
Color information
#4FB4AB (or 0x4FB4AB) is known color: Puerto Rico. HEX triplet: 4F, B4 and AB. RGB value is (79,180,171). Sum of RGB (Red+Green+Blue) = 79+180+171=430 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.37% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB4AB is #B04B54. Grayscale: #949494. Windows color (decimal): -11553621 or 11252815. OLE color: 11252815.
HSL color Cylindrical-coordinate representation of color #4FB4AB: hue angle of 174.65º 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 #4FB4AB is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 171 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.29 |
| HSL | 174.65º | 0.4% | 0.51% | - |
| HSV(B) | 174.65º | 0.56% | 0.71% | - |
| XYZ | 26.9 | 37.25 | 44.3 | - |
| YUV | 148.78 | 140.54 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 171 | 0.56 | 0 | 0.05 | 0.29 | 174.65 | 0.4 | 0.51 |
| Hex | 4F | B4 | AB | 38 | 0 | 5 | 1D | AF | 28 | 33 |
| Octal | 117 | 264 | 253 | 70 | 0 | 5 | 35 | 257 | 50 | 63 |
| Binary | 1001111 | 10110100 | 10101011 | 111000 | 0 | 101 | 11101 | 10101111 | 101000 | 110011 |
Color Harmonies of #4FB4AB
Complementary color
Monochromatic Colors of #4FB4AB
Black with #4FB4AB
Text Example
Text Example
White with #4FB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB4AB; }
p { color: rgb(79,180,171); }
H1.HeaderClassName
{
color: #4FB4AB;
}
.AnyTagClassName
{
color: #4FB4AB;
}
</style>
background-color css
<style>
a { background-color: #4FB4AB; }
a { background-color: rgb(79,180,171); }
div.DivClassName
{
background-color: #4FB4AB;
}
.BgClassName
{
background-color: #4FB4AB;
}
</style>
border-color css
<style>
span { border-color: #4FB4AB; }
span { border-color: rgb(79,180,171); }
td.TdClassName
{
border-color: #4FB4AB;
}
.TagClassName
{
border-color: #4FB4AB;
}
</style>