Shades of Puerto Rico #4FCAB5
Tints of Puerto Rico #4FCAB5
RGB
CMYK
RGB Variations
Color information
#4FCAB5 (or 0x4FCAB5) is known color: Puerto Rico. HEX triplet: 4F, CA and B5. RGB value is (79,202,181). Sum of RGB (Red+Green+Blue) = 79+202+181=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAB5 is #B0354A. Grayscale: #A2A2A2. Windows color (decimal): -11547979 or 11913807. OLE color: 11913807.
HSL color Cylindrical-coordinate representation of color #4FCAB5: hue angle of 169.76º 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 #4FCAB5 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 181 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.21 |
| HSL | 169.76º | 0.54% | 0.55% | - |
| HSV(B) | 169.76º | 0.61% | 0.79% | - |
| XYZ | 32.69 | 47.24 | 51.11 | - |
| YUV | 162.83 | 138.25 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 181 | 0.61 | 0 | 0.10 | 0.21 | 169.76 | 0.54 | 0.55 |
| Hex | 4F | CA | B5 | 3D | 0 | A | 15 | AA | 36 | 37 |
| Octal | 117 | 312 | 265 | 75 | 0 | 12 | 25 | 252 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10110101 | 111101 | 0 | 1010 | 10101 | 10101010 | 110110 | 110111 |
Color Harmonies of #4FCAB5
Complementary color
Monochromatic Colors of #4FCAB5
Black with #4FCAB5
Text Example
Text Example
White with #4FCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAB5; }
p { color: rgb(79,202,181); }
H1.HeaderClassName
{
color: #4FCAB5;
}
.AnyTagClassName
{
color: #4FCAB5;
}
</style>
background-color css
<style>
a { background-color: #4FCAB5; }
a { background-color: rgb(79,202,181); }
div.DivClassName
{
background-color: #4FCAB5;
}
.BgClassName
{
background-color: #4FCAB5;
}
</style>
border-color css
<style>
span { border-color: #4FCAB5; }
span { border-color: rgb(79,202,181); }
td.TdClassName
{
border-color: #4FCAB5;
}
.TagClassName
{
border-color: #4FCAB5;
}
</style>