Shades of Puerto Rico #4DB7AD
Tints of Puerto Rico #4DB7AD
RGB
CMYK
RGB Variations
Color information
#4DB7AD (or 0x4DB7AD) is known color: Puerto Rico. HEX triplet: 4D, B7 and AD. RGB value is (77,183,173). Sum of RGB (Red+Green+Blue) = 77+183+173=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB7AD is #B24852. Grayscale: #969696. Windows color (decimal): -11683923 or 11384653. OLE color: 11384653.
HSL color Cylindrical-coordinate representation of color #4DB7AD: hue angle of 174.34º 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 #4DB7AD is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 173 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.28 |
| HSL | 174.34º | 0.42% | 0.51% | - |
| HSV(B) | 174.34º | 0.58% | 0.72% | - |
| XYZ | 27.54 | 38.46 | 45.51 | - |
| YUV | 150.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 173 | 0.58 | 0 | 0.05 | 0.28 | 174.34 | 0.42 | 0.51 |
| Hex | 4D | B7 | AD | 3A | 0 | 5 | 1C | AE | 2A | 33 |
| Octal | 115 | 267 | 255 | 72 | 0 | 5 | 34 | 256 | 52 | 63 |
| Binary | 1001101 | 10110111 | 10101101 | 111010 | 0 | 101 | 11100 | 10101110 | 101010 | 110011 |
Color Harmonies of #4DB7AD
Complementary color
Monochromatic Colors of #4DB7AD
Black with #4DB7AD
Text Example
Text Example
White with #4DB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB7AD; }
p { color: rgb(77,183,173); }
H1.HeaderClassName
{
color: #4DB7AD;
}
.AnyTagClassName
{
color: #4DB7AD;
}
</style>
background-color css
<style>
a { background-color: #4DB7AD; }
a { background-color: rgb(77,183,173); }
div.DivClassName
{
background-color: #4DB7AD;
}
.BgClassName
{
background-color: #4DB7AD;
}
</style>
border-color css
<style>
span { border-color: #4DB7AD; }
span { border-color: rgb(77,183,173); }
td.TdClassName
{
border-color: #4DB7AD;
}
.TagClassName
{
border-color: #4DB7AD;
}
</style>