Shades of Puerto Rico #4DCFA7
Tints of Puerto Rico #4DCFA7
RGB
CMYK
RGB Variations
Color information
#4DCFA7 (or 0x4DCFA7) is known color: Puerto Rico. HEX triplet: 4D, CF and A7. RGB value is (77,207,167). Sum of RGB (Red+Green+Blue) = 77+207+167=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCFA7 is #B23058. Grayscale: #A3A3A3. Windows color (decimal): -11677785 or 10997581. OLE color: 10997581.
HSL color Cylindrical-coordinate representation of color #4DCFA7: hue angle of 161.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCFA7 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 167 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.19 |
| HSL | 161.54º | 0.58% | 0.56% | - |
| HSV(B) | 161.54º | 0.63% | 0.81% | - |
| XYZ | 32.35 | 48.99 | 44.31 | - |
| YUV | 163.57 | 129.93 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 167 | 0.63 | 0 | 0.19 | 0.19 | 161.54 | 0.58 | 0.56 |
| Hex | 4D | CF | A7 | 3F | 0 | 13 | 13 | A2 | 3A | 38 |
| Octal | 115 | 317 | 247 | 77 | 0 | 23 | 23 | 242 | 72 | 70 |
| Binary | 1001101 | 11001111 | 10100111 | 111111 | 0 | 10011 | 10011 | 10100010 | 111010 | 111000 |
Color Harmonies of #4DCFA7
Complementary color
Monochromatic Colors of #4DCFA7
Black with #4DCFA7
Text Example
Text Example
White with #4DCFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFA7; }
p { color: rgb(77,207,167); }
H1.HeaderClassName
{
color: #4DCFA7;
}
.AnyTagClassName
{
color: #4DCFA7;
}
</style>
background-color css
<style>
a { background-color: #4DCFA7; }
a { background-color: rgb(77,207,167); }
div.DivClassName
{
background-color: #4DCFA7;
}
.BgClassName
{
background-color: #4DCFA7;
}
</style>
border-color css
<style>
span { border-color: #4DCFA7; }
span { border-color: rgb(77,207,167); }
td.TdClassName
{
border-color: #4DCFA7;
}
.TagClassName
{
border-color: #4DCFA7;
}
</style>