Shades of Puerto Rico #4DBDAF
Tints of Puerto Rico #4DBDAF
RGB
CMYK
RGB Variations
Color information
#4DBDAF (or 0x4DBDAF) is known color: Puerto Rico. HEX triplet: 4D, BD and AF. RGB value is (77,189,175). Sum of RGB (Red+Green+Blue) = 77+189+175=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBDAF is #B24250. Grayscale: #999999. Windows color (decimal): -11682385 or 11517261. OLE color: 11517261.
HSL color Cylindrical-coordinate representation of color #4DBDAF: hue angle of 172.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBDAF is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 175 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.26 |
| HSL | 172.5º | 0.46% | 0.52% | - |
| HSV(B) | 172.5º | 0.59% | 0.74% | - |
| XYZ | 29 | 41.07 | 46.96 | - |
| YUV | 153.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 175 | 0.59 | 0 | 0.07 | 0.26 | 172.5 | 0.46 | 0.52 |
| Hex | 4D | BD | AF | 3B | 0 | 7 | 1A | AC | 2E | 34 |
| Octal | 115 | 275 | 257 | 73 | 0 | 7 | 32 | 254 | 56 | 64 |
| Binary | 1001101 | 10111101 | 10101111 | 111011 | 0 | 111 | 11010 | 10101100 | 101110 | 110100 |
Color Harmonies of #4DBDAF
Complementary color
Monochromatic Colors of #4DBDAF
Black with #4DBDAF
Text Example
Text Example
White with #4DBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDAF; }
p { color: rgb(77,189,175); }
H1.HeaderClassName
{
color: #4DBDAF;
}
.AnyTagClassName
{
color: #4DBDAF;
}
</style>
background-color css
<style>
a { background-color: #4DBDAF; }
a { background-color: rgb(77,189,175); }
div.DivClassName
{
background-color: #4DBDAF;
}
.BgClassName
{
background-color: #4DBDAF;
}
</style>
border-color css
<style>
span { border-color: #4DBDAF; }
span { border-color: rgb(77,189,175); }
td.TdClassName
{
border-color: #4DBDAF;
}
.TagClassName
{
border-color: #4DBDAF;
}
</style>