Shades of Puerto Rico #4FAE9D
Tints of Puerto Rico #4FAE9D
RGB
CMYK
RGB Variations
Color information
#4FAE9D (or 0x4FAE9D) is known color: Puerto Rico. HEX triplet: 4F, AE and 9D. RGB value is (79,174,157). Sum of RGB (Red+Green+Blue) = 79+174+157=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAE9D is #B05162. Grayscale: #8F8F8F. Windows color (decimal): -11555171 or 10333775. OLE color: 10333775.
HSL color Cylindrical-coordinate representation of color #4FAE9D: hue angle of 169.26º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE9D is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 157 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.32 |
| HSL | 169.26º | 0.38% | 0.5% | - |
| HSV(B) | 169.26º | 0.55% | 0.68% | - |
| XYZ | 24.45 | 34.37 | 37.24 | - |
| YUV | 143.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 157 | 0.55 | 0 | 0.10 | 0.32 | 169.26 | 0.38 | 0.5 |
| Hex | 4F | AE | 9D | 37 | 0 | A | 20 | A9 | 26 | 32 |
| Octal | 117 | 256 | 235 | 67 | 0 | 12 | 40 | 251 | 46 | 62 |
| Binary | 1001111 | 10101110 | 10011101 | 110111 | 0 | 1010 | 100000 | 10101001 | 100110 | 110010 |
Color Harmonies of #4FAE9D
Complementary color
Monochromatic Colors of #4FAE9D
Black with #4FAE9D
Text Example
Text Example
White with #4FAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE9D; }
p { color: rgb(79,174,157); }
H1.HeaderClassName
{
color: #4FAE9D;
}
.AnyTagClassName
{
color: #4FAE9D;
}
</style>
background-color css
<style>
a { background-color: #4FAE9D; }
a { background-color: rgb(79,174,157); }
div.DivClassName
{
background-color: #4FAE9D;
}
.BgClassName
{
background-color: #4FAE9D;
}
</style>
border-color css
<style>
span { border-color: #4FAE9D; }
span { border-color: rgb(79,174,157); }
td.TdClassName
{
border-color: #4FAE9D;
}
.TagClassName
{
border-color: #4FAE9D;
}
</style>