Shades of Puerto Rico #4FC2AD
Tints of Puerto Rico #4FC2AD
RGB
CMYK
RGB Variations
Color information
#4FC2AD (or 0x4FC2AD) is known color: Puerto Rico. HEX triplet: 4F, C2 and AD. RGB value is (79,194,173). Sum of RGB (Red+Green+Blue) = 79+194+173=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #4FC2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC2AD is #B03D52. Grayscale: #9D9D9D. Windows color (decimal): -11550035 or 11387471. OLE color: 11387471.
HSL color Cylindrical-coordinate representation of color #4FC2AD: hue angle of 169.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC2AD is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 194 | 173 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.24 |
| HSL | 169.04º | 0.49% | 0.54% | - |
| HSV(B) | 169.04º | 0.59% | 0.76% | - |
| XYZ | 30.06 | 43.26 | 46.3 | - |
| YUV | 157.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 194 | 173 | 0.59 | 0 | 0.11 | 0.24 | 169.04 | 0.49 | 0.54 |
| Hex | 4F | C2 | AD | 3B | 0 | B | 18 | A9 | 31 | 36 |
| Octal | 117 | 302 | 255 | 73 | 0 | 13 | 30 | 251 | 61 | 66 |
| Binary | 1001111 | 11000010 | 10101101 | 111011 | 0 | 1011 | 11000 | 10101001 | 110001 | 110110 |
Color Harmonies of #4FC2AD
Complementary color
Monochromatic Colors of #4FC2AD
Black with #4FC2AD
Text Example
Text Example
White with #4FC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC2AD; }
p { color: rgb(79,194,173); }
H1.HeaderClassName
{
color: #4FC2AD;
}
.AnyTagClassName
{
color: #4FC2AD;
}
</style>
background-color css
<style>
a { background-color: #4FC2AD; }
a { background-color: rgb(79,194,173); }
div.DivClassName
{
background-color: #4FC2AD;
}
.BgClassName
{
background-color: #4FC2AD;
}
</style>
border-color css
<style>
span { border-color: #4FC2AD; }
span { border-color: rgb(79,194,173); }
td.TdClassName
{
border-color: #4FC2AD;
}
.TagClassName
{
border-color: #4FC2AD;
}
</style>