Shades of Puerto Rico #4DCAAF
Tints of Puerto Rico #4DCAAF
RGB
CMYK
RGB Variations
Color information
#4DCAAF (or 0x4DCAAF) is known color: Puerto Rico. HEX triplet: 4D, CA and AF. RGB value is (77,202,175). Sum of RGB (Red+Green+Blue) = 77+202+175=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAAF is #B23550. Grayscale: #A1A1A1. Windows color (decimal): -11679057 or 11520589. OLE color: 11520589.
HSL color Cylindrical-coordinate representation of color #4DCAAF: hue angle of 167.04º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAAF is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 175 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.21 |
| HSL | 167.04º | 0.54% | 0.55% | - |
| HSV(B) | 167.04º | 0.62% | 0.79% | - |
| XYZ | 31.92 | 46.91 | 47.93 | - |
| YUV | 161.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 175 | 0.62 | 0 | 0.13 | 0.21 | 167.04 | 0.54 | 0.55 |
| Hex | 4D | CA | AF | 3E | 0 | D | 15 | A7 | 36 | 37 |
| Octal | 115 | 312 | 257 | 76 | 0 | 15 | 25 | 247 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10101111 | 111110 | 0 | 1101 | 10101 | 10100111 | 110110 | 110111 |
Color Harmonies of #4DCAAF
Complementary color
Monochromatic Colors of #4DCAAF
Black with #4DCAAF
Text Example
Text Example
White with #4DCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAAF; }
p { color: rgb(77,202,175); }
H1.HeaderClassName
{
color: #4DCAAF;
}
.AnyTagClassName
{
color: #4DCAAF;
}
</style>
background-color css
<style>
a { background-color: #4DCAAF; }
a { background-color: rgb(77,202,175); }
div.DivClassName
{
background-color: #4DCAAF;
}
.BgClassName
{
background-color: #4DCAAF;
}
</style>
border-color css
<style>
span { border-color: #4DCAAF; }
span { border-color: rgb(77,202,175); }
td.TdClassName
{
border-color: #4DCAAF;
}
.TagClassName
{
border-color: #4DCAAF;
}
</style>