Shades of Puerto Rico #4FAE9E
Tints of Puerto Rico #4FAE9E
RGB
CMYK
RGB Variations
Color information
#4FAE9E (or 0x4FAE9E) is known color: Puerto Rico. HEX triplet: 4F, AE and 9E. RGB value is (79,174,158). Sum of RGB (Red+Green+Blue) = 79+174+158=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAE9E is #B05161. Grayscale: #8F8F8F. Windows color (decimal): -11555170 or 10399311. OLE color: 10399311.
HSL color Cylindrical-coordinate representation of color #4FAE9E: hue angle of 169.89º 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 #4FAE9E is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 158 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.32 |
| HSL | 169.89º | 0.38% | 0.5% | - |
| HSV(B) | 169.89º | 0.55% | 0.68% | - |
| XYZ | 24.53 | 34.4 | 37.7 | - |
| YUV | 143.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 158 | 0.55 | 0 | 0.09 | 0.32 | 169.89 | 0.38 | 0.5 |
| Hex | 4F | AE | 9E | 37 | 0 | 9 | 20 | AA | 26 | 32 |
| Octal | 117 | 256 | 236 | 67 | 0 | 11 | 40 | 252 | 46 | 62 |
| Binary | 1001111 | 10101110 | 10011110 | 110111 | 0 | 1001 | 100000 | 10101010 | 100110 | 110010 |
Color Harmonies of #4FAE9E
Complementary color
Monochromatic Colors of #4FAE9E
Black with #4FAE9E
Text Example
Text Example
White with #4FAE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE9E; }
p { color: rgb(79,174,158); }
H1.HeaderClassName
{
color: #4FAE9E;
}
.AnyTagClassName
{
color: #4FAE9E;
}
</style>
background-color css
<style>
a { background-color: #4FAE9E; }
a { background-color: rgb(79,174,158); }
div.DivClassName
{
background-color: #4FAE9E;
}
.BgClassName
{
background-color: #4FAE9E;
}
</style>
border-color css
<style>
span { border-color: #4FAE9E; }
span { border-color: rgb(79,174,158); }
td.TdClassName
{
border-color: #4FAE9E;
}
.TagClassName
{
border-color: #4FAE9E;
}
</style>