Shades of Puerto Rico #4DBEAF
Tints of Puerto Rico #4DBEAF
RGB
CMYK
RGB Variations
Color information
#4DBEAF (or 0x4DBEAF) is known color: Puerto Rico. HEX triplet: 4D, BE and AF. RGB value is (77,190,175). Sum of RGB (Red+Green+Blue) = 77+190+175=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBEAF is #B24150. Grayscale: #9A9A9A. Windows color (decimal): -11682129 or 11517517. OLE color: 11517517.
HSL color Cylindrical-coordinate representation of color #4DBEAF: hue angle of 172.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBEAF is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 175 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.25 |
| HSL | 172.04º | 0.47% | 0.52% | - |
| HSV(B) | 172.04º | 0.59% | 0.75% | - |
| XYZ | 29.21 | 41.5 | 47.03 | - |
| YUV | 154.5 | 139.56 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 175 | 0.59 | 0 | 0.08 | 0.25 | 172.04 | 0.47 | 0.52 |
| Hex | 4D | BE | AF | 3B | 0 | 8 | 19 | AC | 2F | 34 |
| Octal | 115 | 276 | 257 | 73 | 0 | 10 | 31 | 254 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10101111 | 111011 | 0 | 1000 | 11001 | 10101100 | 101111 | 110100 |
Color Harmonies of #4DBEAF
Complementary color
Monochromatic Colors of #4DBEAF
Black with #4DBEAF
Text Example
Text Example
White with #4DBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEAF; }
p { color: rgb(77,190,175); }
H1.HeaderClassName
{
color: #4DBEAF;
}
.AnyTagClassName
{
color: #4DBEAF;
}
</style>
background-color css
<style>
a { background-color: #4DBEAF; }
a { background-color: rgb(77,190,175); }
div.DivClassName
{
background-color: #4DBEAF;
}
.BgClassName
{
background-color: #4DBEAF;
}
</style>
border-color css
<style>
span { border-color: #4DBEAF; }
span { border-color: rgb(77,190,175); }
td.TdClassName
{
border-color: #4DBEAF;
}
.TagClassName
{
border-color: #4DBEAF;
}
</style>