Shades of Puerto Rico #4FCCA8
Tints of Puerto Rico #4FCCA8
RGB
CMYK
RGB Variations
Color information
#4FCCA8 (or 0x4FCCA8) is known color: Puerto Rico. HEX triplet: 4F, CC and A8. RGB value is (79,204,168). Sum of RGB (Red+Green+Blue) = 79+204+168=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCCA8 is #B03357. Grayscale: #A2A2A2. Windows color (decimal): -11547480 or 11062351. OLE color: 11062351.
HSL color Cylindrical-coordinate representation of color #4FCCA8: hue angle of 162.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCCA8 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 168 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.2 |
| HSL | 162.72º | 0.55% | 0.55% | - |
| HSV(B) | 162.72º | 0.61% | 0.8% | - |
| XYZ | 31.89 | 47.68 | 44.57 | - |
| YUV | 162.52 | 131.09 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 168 | 0.61 | 0 | 0.18 | 0.2 | 162.72 | 0.55 | 0.55 |
| Hex | 4F | CC | A8 | 3D | 0 | 12 | 14 | A3 | 37 | 37 |
| Octal | 117 | 314 | 250 | 75 | 0 | 22 | 24 | 243 | 67 | 67 |
| Binary | 1001111 | 11001100 | 10101000 | 111101 | 0 | 10010 | 10100 | 10100011 | 110111 | 110111 |
Color Harmonies of #4FCCA8
Complementary color
Monochromatic Colors of #4FCCA8
Black with #4FCCA8
Text Example
Text Example
White with #4FCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCA8; }
p { color: rgb(79,204,168); }
H1.HeaderClassName
{
color: #4FCCA8;
}
.AnyTagClassName
{
color: #4FCCA8;
}
</style>
background-color css
<style>
a { background-color: #4FCCA8; }
a { background-color: rgb(79,204,168); }
div.DivClassName
{
background-color: #4FCCA8;
}
.BgClassName
{
background-color: #4FCCA8;
}
</style>
border-color css
<style>
span { border-color: #4FCCA8; }
span { border-color: rgb(79,204,168); }
td.TdClassName
{
border-color: #4FCCA8;
}
.TagClassName
{
border-color: #4FCCA8;
}
</style>