Shades of Puerto Rico #4DCAAD
Tints of Puerto Rico #4DCAAD
RGB
CMYK
RGB Variations
Color information
#4DCAAD (or 0x4DCAAD) is known color: Puerto Rico. HEX triplet: 4D, CA and AD. RGB value is (77,202,173). Sum of RGB (Red+Green+Blue) = 77+202+173=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAAD is #B23552. Grayscale: #A1A1A1. Windows color (decimal): -11679059 or 11389517. OLE color: 11389517.
HSL color Cylindrical-coordinate representation of color #4DCAAD: hue angle of 166.08º 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 #4DCAAD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 173 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.21 |
| HSL | 166.08º | 0.54% | 0.55% | - |
| HSV(B) | 166.08º | 0.62% | 0.79% | - |
| XYZ | 31.72 | 46.84 | 46.9 | - |
| YUV | 161.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 173 | 0.62 | 0 | 0.14 | 0.21 | 166.08 | 0.54 | 0.55 |
| Hex | 4D | CA | AD | 3E | 0 | E | 15 | A6 | 36 | 37 |
| Octal | 115 | 312 | 255 | 76 | 0 | 16 | 25 | 246 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10101101 | 111110 | 0 | 1110 | 10101 | 10100110 | 110110 | 110111 |
Color Harmonies of #4DCAAD
Complementary color
Monochromatic Colors of #4DCAAD
Black with #4DCAAD
Text Example
Text Example
White with #4DCAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAAD; }
p { color: rgb(77,202,173); }
H1.HeaderClassName
{
color: #4DCAAD;
}
.AnyTagClassName
{
color: #4DCAAD;
}
</style>
background-color css
<style>
a { background-color: #4DCAAD; }
a { background-color: rgb(77,202,173); }
div.DivClassName
{
background-color: #4DCAAD;
}
.BgClassName
{
background-color: #4DCAAD;
}
</style>
border-color css
<style>
span { border-color: #4DCAAD; }
span { border-color: rgb(77,202,173); }
td.TdClassName
{
border-color: #4DCAAD;
}
.TagClassName
{
border-color: #4DCAAD;
}
</style>