Shades of Puerto Rico #4DB9AF
Tints of Puerto Rico #4DB9AF
RGB
CMYK
RGB Variations
Color information
#4DB9AF (or 0x4DB9AF) is known color: Puerto Rico. HEX triplet: 4D, B9 and AF. RGB value is (77,185,175). Sum of RGB (Red+Green+Blue) = 77+185+175=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB9AF is #B24650. Grayscale: #979797. Windows color (decimal): -11683409 or 11516237. OLE color: 11516237.
HSL color Cylindrical-coordinate representation of color #4DB9AF: hue angle of 174.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB9AF is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 175 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.27 |
| HSL | 174.44º | 0.44% | 0.51% | - |
| HSV(B) | 174.44º | 0.58% | 0.73% | - |
| XYZ | 28.15 | 39.37 | 46.67 | - |
| YUV | 151.57 | 141.22 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 175 | 0.58 | 0 | 0.05 | 0.27 | 174.44 | 0.44 | 0.51 |
| Hex | 4D | B9 | AF | 3A | 0 | 5 | 1B | AE | 2C | 33 |
| Octal | 115 | 271 | 257 | 72 | 0 | 5 | 33 | 256 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10101111 | 111010 | 0 | 101 | 11011 | 10101110 | 101100 | 110011 |
Color Harmonies of #4DB9AF
Complementary color
Monochromatic Colors of #4DB9AF
Black with #4DB9AF
Text Example
Text Example
White with #4DB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9AF; }
p { color: rgb(77,185,175); }
H1.HeaderClassName
{
color: #4DB9AF;
}
.AnyTagClassName
{
color: #4DB9AF;
}
</style>
background-color css
<style>
a { background-color: #4DB9AF; }
a { background-color: rgb(77,185,175); }
div.DivClassName
{
background-color: #4DB9AF;
}
.BgClassName
{
background-color: #4DB9AF;
}
</style>
border-color css
<style>
span { border-color: #4DB9AF; }
span { border-color: rgb(77,185,175); }
td.TdClassName
{
border-color: #4DB9AF;
}
.TagClassName
{
border-color: #4DB9AF;
}
</style>