Shades of Puerto Rico #4FAFA3
Tints of Puerto Rico #4FAFA3
RGB
CMYK
RGB Variations
Color information
#4FAFA3 (or 0x4FAFA3) is known color: Puerto Rico. HEX triplet: 4F, AF and A3. RGB value is (79,175,163). Sum of RGB (Red+Green+Blue) = 79+175+163=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAFA3 is #B0505C. Grayscale: #909090. Windows color (decimal): -11554909 or 10727247. OLE color: 10727247.
HSL color Cylindrical-coordinate representation of color #4FAFA3: hue angle of 172.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAFA3 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 175 | 163 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.31 |
| HSL | 172.5º | 0.38% | 0.5% | - |
| HSV(B) | 172.5º | 0.55% | 0.69% | - |
| XYZ | 25.17 | 34.97 | 40.07 | - |
| YUV | 144.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 163 | 0.55 | 0 | 0.07 | 0.31 | 172.5 | 0.38 | 0.5 |
| Hex | 4F | AF | A3 | 37 | 0 | 7 | 1F | AC | 26 | 32 |
| Octal | 117 | 257 | 243 | 67 | 0 | 7 | 37 | 254 | 46 | 62 |
| Binary | 1001111 | 10101111 | 10100011 | 110111 | 0 | 111 | 11111 | 10101100 | 100110 | 110010 |
Color Harmonies of #4FAFA3
Complementary color
Monochromatic Colors of #4FAFA3
Black with #4FAFA3
Text Example
Text Example
White with #4FAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFA3; }
p { color: rgb(79,175,163); }
H1.HeaderClassName
{
color: #4FAFA3;
}
.AnyTagClassName
{
color: #4FAFA3;
}
</style>
background-color css
<style>
a { background-color: #4FAFA3; }
a { background-color: rgb(79,175,163); }
div.DivClassName
{
background-color: #4FAFA3;
}
.BgClassName
{
background-color: #4FAFA3;
}
</style>
border-color css
<style>
span { border-color: #4FAFA3; }
span { border-color: rgb(79,175,163); }
td.TdClassName
{
border-color: #4FAFA3;
}
.TagClassName
{
border-color: #4FAFA3;
}
</style>