Shades of Puerto Rico #4FCBAF
Tints of Puerto Rico #4FCBAF
RGB
CMYK
RGB Variations
Color information
#4FCBAF (or 0x4FCBAF) is known color: Puerto Rico. HEX triplet: 4F, CB and AF. RGB value is (79,203,175). Sum of RGB (Red+Green+Blue) = 79+203+175=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCBAF is #B03450. Grayscale: #A2A2A2. Windows color (decimal): -11547729 or 11520847. OLE color: 11520847.
HSL color Cylindrical-coordinate representation of color #4FCBAF: hue angle of 166.45º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCBAF is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 175 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.20 |
| HSL | 166.45º | 0.54% | 0.55% | - |
| HSV(B) | 166.45º | 0.61% | 0.8% | - |
| XYZ | 32.32 | 47.47 | 48.02 | - |
| YUV | 162.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 175 | 0.61 | 0 | 0.14 | 0.20 | 166.45 | 0.54 | 0.55 |
| Hex | 4F | CB | AF | 3D | 0 | E | 14 | A6 | 36 | 37 |
| Octal | 117 | 313 | 257 | 75 | 0 | 16 | 24 | 246 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10101111 | 111101 | 0 | 1110 | 10100 | 10100110 | 110110 | 110111 |
Color Harmonies of #4FCBAF
Complementary color
Monochromatic Colors of #4FCBAF
Black with #4FCBAF
Text Example
Text Example
White with #4FCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBAF; }
p { color: rgb(79,203,175); }
H1.HeaderClassName
{
color: #4FCBAF;
}
.AnyTagClassName
{
color: #4FCBAF;
}
</style>
background-color css
<style>
a { background-color: #4FCBAF; }
a { background-color: rgb(79,203,175); }
div.DivClassName
{
background-color: #4FCBAF;
}
.BgClassName
{
background-color: #4FCBAF;
}
</style>
border-color css
<style>
span { border-color: #4FCBAF; }
span { border-color: rgb(79,203,175); }
td.TdClassName
{
border-color: #4FCBAF;
}
.TagClassName
{
border-color: #4FCBAF;
}
</style>