Shades of Puerto Rico #4DB5AD
Tints of Puerto Rico #4DB5AD
RGB
CMYK
RGB Variations
Color information
#4DB5AD (or 0x4DB5AD) is known color: Puerto Rico. HEX triplet: 4D, B5 and AD. RGB value is (77,181,173). Sum of RGB (Red+Green+Blue) = 77+181+173=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB5AD is #B24A52. Grayscale: #949494. Windows color (decimal): -11684435 or 11384141. OLE color: 11384141.
HSL color Cylindrical-coordinate representation of color #4DB5AD: hue angle of 175.38º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB5AD is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 173 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.29 |
| HSL | 175.38º | 0.41% | 0.51% | - |
| HSV(B) | 175.38º | 0.57% | 0.71% | - |
| XYZ | 27.13 | 37.64 | 45.37 | - |
| YUV | 148.99 | 141.54 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 173 | 0.57 | 0 | 0.04 | 0.29 | 175.38 | 0.41 | 0.51 |
| Hex | 4D | B5 | AD | 39 | 0 | 4 | 1D | AF | 29 | 33 |
| Octal | 115 | 265 | 255 | 71 | 0 | 4 | 35 | 257 | 51 | 63 |
| Binary | 1001101 | 10110101 | 10101101 | 111001 | 0 | 100 | 11101 | 10101111 | 101001 | 110011 |
Color Harmonies of #4DB5AD
Complementary color
Monochromatic Colors of #4DB5AD
Black with #4DB5AD
Text Example
Text Example
White with #4DB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5AD; }
p { color: rgb(77,181,173); }
H1.HeaderClassName
{
color: #4DB5AD;
}
.AnyTagClassName
{
color: #4DB5AD;
}
</style>
background-color css
<style>
a { background-color: #4DB5AD; }
a { background-color: rgb(77,181,173); }
div.DivClassName
{
background-color: #4DB5AD;
}
.BgClassName
{
background-color: #4DB5AD;
}
</style>
border-color css
<style>
span { border-color: #4DB5AD; }
span { border-color: rgb(77,181,173); }
td.TdClassName
{
border-color: #4DB5AD;
}
.TagClassName
{
border-color: #4DB5AD;
}
</style>