Shades of Puerto Rico #4FCDA1
Tints of Puerto Rico #4FCDA1
RGB
CMYK
RGB Variations
Color information
#4FCDA1 (or 0x4FCDA1) is known color: Puerto Rico. HEX triplet: 4F, CD and A1. RGB value is (79,205,161). Sum of RGB (Red+Green+Blue) = 79+205+161=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCDA1 is #B0325E. Grayscale: #A2A2A2. Windows color (decimal): -11547231 or 10603855. OLE color: 10603855.
HSL color Cylindrical-coordinate representation of color #4FCDA1: hue angle of 159.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCDA1 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 161 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.20 |
| HSL | 159.05º | 0.56% | 0.56% | - |
| HSV(B) | 159.05º | 0.61% | 0.8% | - |
| XYZ | 31.49 | 47.9 | 41.3 | - |
| YUV | 162.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 161 | 0.61 | 0 | 0.21 | 0.20 | 159.05 | 0.56 | 0.56 |
| Hex | 4F | CD | A1 | 3D | 0 | 15 | 14 | 9F | 38 | 38 |
| Octal | 117 | 315 | 241 | 75 | 0 | 25 | 24 | 237 | 70 | 70 |
| Binary | 1001111 | 11001101 | 10100001 | 111101 | 0 | 10101 | 10100 | 10011111 | 111000 | 111000 |
Color Harmonies of #4FCDA1
Complementary color
Monochromatic Colors of #4FCDA1
Black with #4FCDA1
Text Example
Text Example
White with #4FCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDA1; }
p { color: rgb(79,205,161); }
H1.HeaderClassName
{
color: #4FCDA1;
}
.AnyTagClassName
{
color: #4FCDA1;
}
</style>
background-color css
<style>
a { background-color: #4FCDA1; }
a { background-color: rgb(79,205,161); }
div.DivClassName
{
background-color: #4FCDA1;
}
.BgClassName
{
background-color: #4FCDA1;
}
</style>
border-color css
<style>
span { border-color: #4FCDA1; }
span { border-color: rgb(79,205,161); }
td.TdClassName
{
border-color: #4FCDA1;
}
.TagClassName
{
border-color: #4FCDA1;
}
</style>