Shades of Puerto Rico #4DCFA3
Tints of Puerto Rico #4DCFA3
RGB
CMYK
RGB Variations
Color information
#4DCFA3 (or 0x4DCFA3) is known color: Puerto Rico. HEX triplet: 4D, CF and A3. RGB value is (77,207,163). Sum of RGB (Red+Green+Blue) = 77+207+163=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCFA3 is #B2305C. Grayscale: #A3A3A3. Windows color (decimal): -11677789 or 10735437. OLE color: 10735437.
HSL color Cylindrical-coordinate representation of color #4DCFA3: hue angle of 159.69º 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 #4DCFA3 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 163 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.19 |
| HSL | 159.69º | 0.58% | 0.56% | - |
| HSV(B) | 159.69º | 0.63% | 0.81% | - |
| XYZ | 31.98 | 48.85 | 42.39 | - |
| YUV | 163.11 | 127.93 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 163 | 0.63 | 0 | 0.21 | 0.19 | 159.69 | 0.58 | 0.56 |
| Hex | 4D | CF | A3 | 3F | 0 | 15 | 13 | A0 | 3A | 38 |
| Octal | 115 | 317 | 243 | 77 | 0 | 25 | 23 | 240 | 72 | 70 |
| Binary | 1001101 | 11001111 | 10100011 | 111111 | 0 | 10101 | 10011 | 10100000 | 111010 | 111000 |
Color Harmonies of #4DCFA3
Complementary color
Monochromatic Colors of #4DCFA3
Black with #4DCFA3
Text Example
Text Example
White with #4DCFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFA3; }
p { color: rgb(77,207,163); }
H1.HeaderClassName
{
color: #4DCFA3;
}
.AnyTagClassName
{
color: #4DCFA3;
}
</style>
background-color css
<style>
a { background-color: #4DCFA3; }
a { background-color: rgb(77,207,163); }
div.DivClassName
{
background-color: #4DCFA3;
}
.BgClassName
{
background-color: #4DCFA3;
}
</style>
border-color css
<style>
span { border-color: #4DCFA3; }
span { border-color: rgb(77,207,163); }
td.TdClassName
{
border-color: #4DCFA3;
}
.TagClassName
{
border-color: #4DCFA3;
}
</style>