Shades of Puerto Rico #4DCAAC
Tints of Puerto Rico #4DCAAC
RGB
CMYK
RGB Variations
Color information
#4DCAAC (or 0x4DCAAC) is known color: Puerto Rico. HEX triplet: 4D, CA and AC. RGB value is (77,202,172). Sum of RGB (Red+Green+Blue) = 77+202+172=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAAC is #B23553. Grayscale: #A1A1A1. Windows color (decimal): -11679060 or 11323981. OLE color: 11323981.
HSL color Cylindrical-coordinate representation of color #4DCAAC: hue angle of 165.6º 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 #4DCAAC is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 172 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.21 |
| HSL | 165.6º | 0.54% | 0.55% | - |
| HSV(B) | 165.6º | 0.62% | 0.79% | - |
| XYZ | 31.63 | 46.8 | 46.4 | - |
| YUV | 161.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 172 | 0.62 | 0 | 0.15 | 0.21 | 165.6 | 0.54 | 0.55 |
| Hex | 4D | CA | AC | 3E | 0 | F | 15 | A6 | 36 | 37 |
| Octal | 115 | 312 | 254 | 76 | 0 | 17 | 25 | 246 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10101100 | 111110 | 0 | 1111 | 10101 | 10100110 | 110110 | 110111 |
Color Harmonies of #4DCAAC
Complementary color
Monochromatic Colors of #4DCAAC
Black with #4DCAAC
Text Example
Text Example
White with #4DCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAAC; }
p { color: rgb(77,202,172); }
H1.HeaderClassName
{
color: #4DCAAC;
}
.AnyTagClassName
{
color: #4DCAAC;
}
</style>
background-color css
<style>
a { background-color: #4DCAAC; }
a { background-color: rgb(77,202,172); }
div.DivClassName
{
background-color: #4DCAAC;
}
.BgClassName
{
background-color: #4DCAAC;
}
</style>
border-color css
<style>
span { border-color: #4DCAAC; }
span { border-color: rgb(77,202,172); }
td.TdClassName
{
border-color: #4DCAAC;
}
.TagClassName
{
border-color: #4DCAAC;
}
</style>