Shades of Puerto Rico #4FC6B0
Tints of Puerto Rico #4FC6B0
RGB
CMYK
RGB Variations
Color information
#4FC6B0 (or 0x4FC6B0) is known color: Puerto Rico. HEX triplet: 4F, C6 and B0. RGB value is (79,198,176). Sum of RGB (Red+Green+Blue) = 79+198+176=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #4FC6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC6B0 is #B0394F. Grayscale: #9F9F9F. Windows color (decimal): -11549008 or 11585103. OLE color: 11585103.
HSL color Cylindrical-coordinate representation of color #4FC6B0: hue angle of 168.91º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC6B0 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 198 | 176 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.22 |
| HSL | 168.91º | 0.51% | 0.54% | - |
| HSV(B) | 168.91º | 0.6% | 0.78% | - |
| XYZ | 31.26 | 45.19 | 48.15 | - |
| YUV | 159.91 | 137.08 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 198 | 176 | 0.60 | 0 | 0.11 | 0.22 | 168.91 | 0.51 | 0.54 |
| Hex | 4F | C6 | B0 | 3C | 0 | B | 16 | A9 | 33 | 36 |
| Octal | 117 | 306 | 260 | 74 | 0 | 13 | 26 | 251 | 63 | 66 |
| Binary | 1001111 | 11000110 | 10110000 | 111100 | 0 | 1011 | 10110 | 10101001 | 110011 | 110110 |
Color Harmonies of #4FC6B0
Complementary color
Monochromatic Colors of #4FC6B0
Black with #4FC6B0
Text Example
Text Example
White with #4FC6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC6B0; }
p { color: rgb(79,198,176); }
H1.HeaderClassName
{
color: #4FC6B0;
}
.AnyTagClassName
{
color: #4FC6B0;
}
</style>
background-color css
<style>
a { background-color: #4FC6B0; }
a { background-color: rgb(79,198,176); }
div.DivClassName
{
background-color: #4FC6B0;
}
.BgClassName
{
background-color: #4FC6B0;
}
</style>
border-color css
<style>
span { border-color: #4FC6B0; }
span { border-color: rgb(79,198,176); }
td.TdClassName
{
border-color: #4FC6B0;
}
.TagClassName
{
border-color: #4FC6B0;
}
</style>