Shades of Puerto Rico #4DAEAA
Tints of Puerto Rico #4DAEAA
RGB
CMYK
RGB Variations
Color information
#4DAEAA (or 0x4DAEAA) is known color: Puerto Rico. HEX triplet: 4D, AE and AA. RGB value is (77,174,170). Sum of RGB (Red+Green+Blue) = 77+174+170=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAEAA is #B25155. Grayscale: #909090. Windows color (decimal): -11686230 or 11185741. OLE color: 11185741.
HSL color Cylindrical-coordinate representation of color #4DAEAA: hue angle of 177.53º 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 #4DAEAA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 170 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.32 |
| HSL | 177.53º | 0.39% | 0.49% | - |
| HSV(B) | 177.53º | 0.56% | 0.68% | - |
| XYZ | 25.45 | 34.75 | 43.4 | - |
| YUV | 144.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 170 | 0.56 | 0 | 0.02 | 0.32 | 177.53 | 0.39 | 0.49 |
| Hex | 4D | AE | AA | 38 | 0 | 2 | 20 | B2 | 27 | 31 |
| Octal | 115 | 256 | 252 | 70 | 0 | 2 | 40 | 262 | 47 | 61 |
| Binary | 1001101 | 10101110 | 10101010 | 111000 | 0 | 10 | 100000 | 10110010 | 100111 | 110001 |
Color Harmonies of #4DAEAA
Complementary color
Monochromatic Colors of #4DAEAA
Black with #4DAEAA
Text Example
Text Example
White with #4DAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEAA; }
p { color: rgb(77,174,170); }
H1.HeaderClassName
{
color: #4DAEAA;
}
.AnyTagClassName
{
color: #4DAEAA;
}
</style>
background-color css
<style>
a { background-color: #4DAEAA; }
a { background-color: rgb(77,174,170); }
div.DivClassName
{
background-color: #4DAEAA;
}
.BgClassName
{
background-color: #4DAEAA;
}
</style>
border-color css
<style>
span { border-color: #4DAEAA; }
span { border-color: rgb(77,174,170); }
td.TdClassName
{
border-color: #4DAEAA;
}
.TagClassName
{
border-color: #4DAEAA;
}
</style>