Shades of Puerto Rico #4DB5AF
Tints of Puerto Rico #4DB5AF
RGB
CMYK
RGB Variations
Color information
#4DB5AF (or 0x4DB5AF) is known color: Puerto Rico. HEX triplet: 4D, B5 and AF. RGB value is (77,181,175). Sum of RGB (Red+Green+Blue) = 77+181+175=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB5AF is #B24A50. Grayscale: #959595. Windows color (decimal): -11684433 or 11515213. OLE color: 11515213.
HSL color Cylindrical-coordinate representation of color #4DB5AF: hue angle of 176.54º 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 #4DB5AF is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 175 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.29 |
| HSL | 176.54º | 0.41% | 0.51% | - |
| HSV(B) | 176.54º | 0.57% | 0.71% | - |
| XYZ | 27.32 | 37.72 | 46.4 | - |
| YUV | 149.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 175 | 0.57 | 0 | 0.03 | 0.29 | 176.54 | 0.41 | 0.51 |
| Hex | 4D | B5 | AF | 39 | 0 | 3 | 1D | B1 | 29 | 33 |
| Octal | 115 | 265 | 257 | 71 | 0 | 3 | 35 | 261 | 51 | 63 |
| Binary | 1001101 | 10110101 | 10101111 | 111001 | 0 | 11 | 11101 | 10110001 | 101001 | 110011 |
Color Harmonies of #4DB5AF
Complementary color
Monochromatic Colors of #4DB5AF
Black with #4DB5AF
Text Example
Text Example
White with #4DB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5AF; }
p { color: rgb(77,181,175); }
H1.HeaderClassName
{
color: #4DB5AF;
}
.AnyTagClassName
{
color: #4DB5AF;
}
</style>
background-color css
<style>
a { background-color: #4DB5AF; }
a { background-color: rgb(77,181,175); }
div.DivClassName
{
background-color: #4DB5AF;
}
.BgClassName
{
background-color: #4DB5AF;
}
</style>
border-color css
<style>
span { border-color: #4DB5AF; }
span { border-color: rgb(77,181,175); }
td.TdClassName
{
border-color: #4DB5AF;
}
.TagClassName
{
border-color: #4DB5AF;
}
</style>