Shades of Puerto Rico #4DB7AA
Tints of Puerto Rico #4DB7AA
RGB
CMYK
RGB Variations
Color information
#4DB7AA (or 0x4DB7AA) is known color: Puerto Rico. HEX triplet: 4D, B7 and AA. RGB value is (77,183,170). Sum of RGB (Red+Green+Blue) = 77+183+170=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB7AA is #B24855. Grayscale: #959595. Windows color (decimal): -11683926 or 11188045. OLE color: 11188045.
HSL color Cylindrical-coordinate representation of color #4DB7AA: hue angle of 172.64º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB7AA is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 170 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.28 |
| HSL | 172.64º | 0.42% | 0.51% | - |
| HSV(B) | 172.64º | 0.58% | 0.72% | - |
| XYZ | 27.25 | 38.35 | 44 | - |
| YUV | 149.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 170 | 0.58 | 0 | 0.07 | 0.28 | 172.64 | 0.42 | 0.51 |
| Hex | 4D | B7 | AA | 3A | 0 | 7 | 1C | AD | 2A | 33 |
| Octal | 115 | 267 | 252 | 72 | 0 | 7 | 34 | 255 | 52 | 63 |
| Binary | 1001101 | 10110111 | 10101010 | 111010 | 0 | 111 | 11100 | 10101101 | 101010 | 110011 |
Color Harmonies of #4DB7AA
Complementary color
Monochromatic Colors of #4DB7AA
Black with #4DB7AA
Text Example
Text Example
White with #4DB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB7AA; }
p { color: rgb(77,183,170); }
H1.HeaderClassName
{
color: #4DB7AA;
}
.AnyTagClassName
{
color: #4DB7AA;
}
</style>
background-color css
<style>
a { background-color: #4DB7AA; }
a { background-color: rgb(77,183,170); }
div.DivClassName
{
background-color: #4DB7AA;
}
.BgClassName
{
background-color: #4DB7AA;
}
</style>
border-color css
<style>
span { border-color: #4DB7AA; }
span { border-color: rgb(77,183,170); }
td.TdClassName
{
border-color: #4DB7AA;
}
.TagClassName
{
border-color: #4DB7AA;
}
</style>