Shades of Puerto Rico #4FBCAA
Tints of Puerto Rico #4FBCAA
RGB
CMYK
RGB Variations
Color information
#4FBCAA (or 0x4FBCAA) is known color: Puerto Rico. HEX triplet: 4F, BC and AA. RGB value is (79,188,170). Sum of RGB (Red+Green+Blue) = 79+188+170=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBCAA is #B04355. Grayscale: #999999. Windows color (decimal): -11551574 or 11189327. OLE color: 11189327.
HSL color Cylindrical-coordinate representation of color #4FBCAA: hue angle of 170.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBCAA is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 170 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.26 |
| HSL | 170.09º | 0.45% | 0.52% | - |
| HSV(B) | 170.09º | 0.58% | 0.74% | - |
| XYZ | 28.46 | 40.53 | 44.35 | - |
| YUV | 153.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 170 | 0.58 | 0 | 0.10 | 0.26 | 170.09 | 0.45 | 0.52 |
| Hex | 4F | BC | AA | 3A | 0 | A | 1A | AA | 2D | 34 |
| Octal | 117 | 274 | 252 | 72 | 0 | 12 | 32 | 252 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10101010 | 111010 | 0 | 1010 | 11010 | 10101010 | 101101 | 110100 |
Color Harmonies of #4FBCAA
Complementary color
Monochromatic Colors of #4FBCAA
Black with #4FBCAA
Text Example
Text Example
White with #4FBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCAA; }
p { color: rgb(79,188,170); }
H1.HeaderClassName
{
color: #4FBCAA;
}
.AnyTagClassName
{
color: #4FBCAA;
}
</style>
background-color css
<style>
a { background-color: #4FBCAA; }
a { background-color: rgb(79,188,170); }
div.DivClassName
{
background-color: #4FBCAA;
}
.BgClassName
{
background-color: #4FBCAA;
}
</style>
border-color css
<style>
span { border-color: #4FBCAA; }
span { border-color: rgb(79,188,170); }
td.TdClassName
{
border-color: #4FBCAA;
}
.TagClassName
{
border-color: #4FBCAA;
}
</style>