Shades of Puerto Rico #4DAEA2
Tints of Puerto Rico #4DAEA2
RGB
CMYK
RGB Variations
Color information
#4DAEA2 (or 0x4DAEA2) is known color: Puerto Rico. HEX triplet: 4D, AE and A2. RGB value is (77,174,162). Sum of RGB (Red+Green+Blue) = 77+174+162=413 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.64% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAEA2 is #B2515D. Grayscale: #8F8F8F. Windows color (decimal): -11686238 or 10661453. OLE color: 10661453.
HSL color Cylindrical-coordinate representation of color #4DAEA2: hue angle of 172.58º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAEA2 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 162 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.32 |
| HSL | 172.58º | 0.39% | 0.49% | - |
| HSV(B) | 172.58º | 0.56% | 0.68% | - |
| XYZ | 24.72 | 34.46 | 39.53 | - |
| YUV | 143.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 162 | 0.56 | 0 | 0.07 | 0.32 | 172.58 | 0.39 | 0.49 |
| Hex | 4D | AE | A2 | 38 | 0 | 7 | 20 | AD | 27 | 31 |
| Octal | 115 | 256 | 242 | 70 | 0 | 7 | 40 | 255 | 47 | 61 |
| Binary | 1001101 | 10101110 | 10100010 | 111000 | 0 | 111 | 100000 | 10101101 | 100111 | 110001 |
Color Harmonies of #4DAEA2
Complementary color
Monochromatic Colors of #4DAEA2
Black with #4DAEA2
Text Example
Text Example
White with #4DAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEA2; }
p { color: rgb(77,174,162); }
H1.HeaderClassName
{
color: #4DAEA2;
}
.AnyTagClassName
{
color: #4DAEA2;
}
</style>
background-color css
<style>
a { background-color: #4DAEA2; }
a { background-color: rgb(77,174,162); }
div.DivClassName
{
background-color: #4DAEA2;
}
.BgClassName
{
background-color: #4DAEA2;
}
</style>
border-color css
<style>
span { border-color: #4DAEA2; }
span { border-color: rgb(77,174,162); }
td.TdClassName
{
border-color: #4DAEA2;
}
.TagClassName
{
border-color: #4DAEA2;
}
</style>