Shades of Puerto Rico #4FCAAB
Tints of Puerto Rico #4FCAAB
RGB
CMYK
RGB Variations
Color information
#4FCAAB (or 0x4FCAAB) is known color: Puerto Rico. HEX triplet: 4F, CA and AB. RGB value is (79,202,171). Sum of RGB (Red+Green+Blue) = 79+202+171=452 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.48% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCAAB is #B03554. Grayscale: #A1A1A1. Windows color (decimal): -11547989 or 11258447. OLE color: 11258447.
HSL color Cylindrical-coordinate representation of color #4FCAAB: hue angle of 164.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCAAB is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 171 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.21 |
| HSL | 164.88º | 0.54% | 0.55% | - |
| HSV(B) | 164.88º | 0.61% | 0.79% | - |
| XYZ | 31.7 | 46.84 | 45.9 | - |
| YUV | 161.69 | 133.25 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 171 | 0.61 | 0 | 0.15 | 0.21 | 164.88 | 0.54 | 0.55 |
| Hex | 4F | CA | AB | 3D | 0 | F | 15 | A5 | 36 | 37 |
| Octal | 117 | 312 | 253 | 75 | 0 | 17 | 25 | 245 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10101011 | 111101 | 0 | 1111 | 10101 | 10100101 | 110110 | 110111 |
Color Harmonies of #4FCAAB
Complementary color
Monochromatic Colors of #4FCAAB
Black with #4FCAAB
Text Example
Text Example
White with #4FCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAAB; }
p { color: rgb(79,202,171); }
H1.HeaderClassName
{
color: #4FCAAB;
}
.AnyTagClassName
{
color: #4FCAAB;
}
</style>
background-color css
<style>
a { background-color: #4FCAAB; }
a { background-color: rgb(79,202,171); }
div.DivClassName
{
background-color: #4FCAAB;
}
.BgClassName
{
background-color: #4FCAAB;
}
</style>
border-color css
<style>
span { border-color: #4FCAAB; }
span { border-color: rgb(79,202,171); }
td.TdClassName
{
border-color: #4FCAAB;
}
.TagClassName
{
border-color: #4FCAAB;
}
</style>