Shades of Puerto Rico #4FAF9C
Tints of Puerto Rico #4FAF9C
RGB
CMYK
RGB Variations
Color information
#4FAF9C (or 0x4FAF9C) is known color: Puerto Rico. HEX triplet: 4F, AF and 9C. RGB value is (79,175,156). Sum of RGB (Red+Green+Blue) = 79+175+156=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF9C is #B05063. Grayscale: #909090. Windows color (decimal): -11554916 or 10268495. OLE color: 10268495.
HSL color Cylindrical-coordinate representation of color #4FAF9C: hue angle of 168.12º 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 #4FAF9C is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 175 | 156 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.31 |
| HSL | 168.13º | 0.38% | 0.5% | - |
| HSV(B) | 168.13º | 0.55% | 0.69% | - |
| XYZ | 24.56 | 34.72 | 36.86 | - |
| YUV | 144.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 156 | 0.55 | 0 | 0.11 | 0.31 | 168.13 | 0.38 | 0.5 |
| Hex | 4F | AF | 9C | 37 | 0 | B | 1F | A8 | 26 | 32 |
| Octal | 117 | 257 | 234 | 67 | 0 | 13 | 37 | 250 | 46 | 62 |
| Binary | 1001111 | 10101111 | 10011100 | 110111 | 0 | 1011 | 11111 | 10101000 | 100110 | 110010 |
Color Harmonies of #4FAF9C
Complementary color
Monochromatic Colors of #4FAF9C
Black with #4FAF9C
Text Example
Text Example
White with #4FAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAF9C; }
p { color: rgb(79,175,156); }
H1.HeaderClassName
{
color: #4FAF9C;
}
.AnyTagClassName
{
color: #4FAF9C;
}
</style>
background-color css
<style>
a { background-color: #4FAF9C; }
a { background-color: rgb(79,175,156); }
div.DivClassName
{
background-color: #4FAF9C;
}
.BgClassName
{
background-color: #4FAF9C;
}
</style>
border-color css
<style>
span { border-color: #4FAF9C; }
span { border-color: rgb(79,175,156); }
td.TdClassName
{
border-color: #4FAF9C;
}
.TagClassName
{
border-color: #4FAF9C;
}
</style>