Shades of Puerto Rico #4FCAA4
Tints of Puerto Rico #4FCAA4
RGB
CMYK
RGB Variations
Color information
#4FCAA4 (or 0x4FCAA4) is known color: Puerto Rico. HEX triplet: 4F, CA and A4. RGB value is (79,202,164). Sum of RGB (Red+Green+Blue) = 79+202+164=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCAA4 is #B0355B. Grayscale: #A0A0A0. Windows color (decimal): -11547996 or 10799695. OLE color: 10799695.
HSL color Cylindrical-coordinate representation of color #4FCAA4: hue angle of 161.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCAA4 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 164 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.21 |
| HSL | 161.46º | 0.54% | 0.55% | - |
| HSV(B) | 161.46º | 0.61% | 0.79% | - |
| XYZ | 31.05 | 46.58 | 42.48 | - |
| YUV | 160.89 | 129.75 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 164 | 0.61 | 0 | 0.19 | 0.21 | 161.46 | 0.54 | 0.55 |
| Hex | 4F | CA | A4 | 3D | 0 | 13 | 15 | A1 | 36 | 37 |
| Octal | 117 | 312 | 244 | 75 | 0 | 23 | 25 | 241 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10100100 | 111101 | 0 | 10011 | 10101 | 10100001 | 110110 | 110111 |
Color Harmonies of #4FCAA4
Complementary color
Monochromatic Colors of #4FCAA4
Black with #4FCAA4
Text Example
Text Example
White with #4FCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAA4; }
p { color: rgb(79,202,164); }
H1.HeaderClassName
{
color: #4FCAA4;
}
.AnyTagClassName
{
color: #4FCAA4;
}
</style>
background-color css
<style>
a { background-color: #4FCAA4; }
a { background-color: rgb(79,202,164); }
div.DivClassName
{
background-color: #4FCAA4;
}
.BgClassName
{
background-color: #4FCAA4;
}
</style>
border-color css
<style>
span { border-color: #4FCAA4; }
span { border-color: rgb(79,202,164); }
td.TdClassName
{
border-color: #4FCAA4;
}
.TagClassName
{
border-color: #4FCAA4;
}
</style>