Shades of Puerto Rico #4FAA9A
Tints of Puerto Rico #4FAA9A
RGB
CMYK
RGB Variations
Color information
#4FAA9A (or 0x4FAA9A) is known color: Puerto Rico. HEX triplet: 4F, AA and 9A. RGB value is (79,170,154). Sum of RGB (Red+Green+Blue) = 79+170+154=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAA9A is #B05565. Grayscale: #8C8C8C. Windows color (decimal): -11556198 or 10136143. OLE color: 10136143.
HSL color Cylindrical-coordinate representation of color #4FAA9A: hue angle of 169.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA9A is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 154 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.33 |
| HSL | 169.45º | 0.37% | 0.49% | - |
| HSV(B) | 169.45º | 0.54% | 0.67% | - |
| XYZ | 23.43 | 32.74 | 35.66 | - |
| YUV | 140.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 154 | 0.54 | 0 | 0.09 | 0.33 | 169.45 | 0.37 | 0.49 |
| Hex | 4F | AA | 9A | 36 | 0 | 9 | 21 | A9 | 25 | 31 |
| Octal | 117 | 252 | 232 | 66 | 0 | 11 | 41 | 251 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10011010 | 110110 | 0 | 1001 | 100001 | 10101001 | 100101 | 110001 |
Color Harmonies of #4FAA9A
Complementary color
Monochromatic Colors of #4FAA9A
Black with #4FAA9A
Text Example
Text Example
White with #4FAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA9A; }
p { color: rgb(79,170,154); }
H1.HeaderClassName
{
color: #4FAA9A;
}
.AnyTagClassName
{
color: #4FAA9A;
}
</style>
background-color css
<style>
a { background-color: #4FAA9A; }
a { background-color: rgb(79,170,154); }
div.DivClassName
{
background-color: #4FAA9A;
}
.BgClassName
{
background-color: #4FAA9A;
}
</style>
border-color css
<style>
span { border-color: #4FAA9A; }
span { border-color: rgb(79,170,154); }
td.TdClassName
{
border-color: #4FAA9A;
}
.TagClassName
{
border-color: #4FAA9A;
}
</style>