Shades of Puerto Rico #4FCDAA
Tints of Puerto Rico #4FCDAA
RGB
CMYK
RGB Variations
Color information
#4FCDAA (or 0x4FCDAA) is known color: Puerto Rico. HEX triplet: 4F, CD and AA. RGB value is (79,205,170). Sum of RGB (Red+Green+Blue) = 79+205+170=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCDAA is #B03255. Grayscale: #A3A3A3. Windows color (decimal): -11547222 or 11193679. OLE color: 11193679.
HSL color Cylindrical-coordinate representation of color #4FCDAA: hue angle of 163.33º 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 #4FCDAA is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 170 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.20 |
| HSL | 163.33º | 0.56% | 0.56% | - |
| HSV(B) | 163.33º | 0.61% | 0.8% | - |
| XYZ | 32.31 | 48.23 | 45.64 | - |
| YUV | 163.34 | 131.76 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 170 | 0.61 | 0 | 0.17 | 0.20 | 163.33 | 0.56 | 0.56 |
| Hex | 4F | CD | AA | 3D | 0 | 11 | 14 | A3 | 38 | 38 |
| Octal | 117 | 315 | 252 | 75 | 0 | 21 | 24 | 243 | 70 | 70 |
| Binary | 1001111 | 11001101 | 10101010 | 111101 | 0 | 10001 | 10100 | 10100011 | 111000 | 111000 |
Color Harmonies of #4FCDAA
Complementary color
Monochromatic Colors of #4FCDAA
Black with #4FCDAA
Text Example
Text Example
White with #4FCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDAA; }
p { color: rgb(79,205,170); }
H1.HeaderClassName
{
color: #4FCDAA;
}
.AnyTagClassName
{
color: #4FCDAA;
}
</style>
background-color css
<style>
a { background-color: #4FCDAA; }
a { background-color: rgb(79,205,170); }
div.DivClassName
{
background-color: #4FCDAA;
}
.BgClassName
{
background-color: #4FCDAA;
}
</style>
border-color css
<style>
span { border-color: #4FCDAA; }
span { border-color: rgb(79,205,170); }
td.TdClassName
{
border-color: #4FCDAA;
}
.TagClassName
{
border-color: #4FCDAA;
}
</style>