Shades of Puerto Rico #4DBCAF
Tints of Puerto Rico #4DBCAF
RGB
CMYK
RGB Variations
Color information
#4DBCAF (or 0x4DBCAF) is known color: Puerto Rico. HEX triplet: 4D, BC and AF. RGB value is (77,188,175). Sum of RGB (Red+Green+Blue) = 77+188+175=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBCAF is #B24350. Grayscale: #999999. Windows color (decimal): -11682641 or 11517005. OLE color: 11517005.
HSL color Cylindrical-coordinate representation of color #4DBCAF: hue angle of 172.97º degrees, saturation: 0.45, 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 #4DBCAF is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 175 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.26 |
| HSL | 172.97º | 0.45% | 0.52% | - |
| HSV(B) | 172.97º | 0.59% | 0.74% | - |
| XYZ | 28.78 | 40.64 | 46.88 | - |
| YUV | 153.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 175 | 0.59 | 0 | 0.07 | 0.26 | 172.97 | 0.45 | 0.52 |
| Hex | 4D | BC | AF | 3B | 0 | 7 | 1A | AD | 2D | 34 |
| Octal | 115 | 274 | 257 | 73 | 0 | 7 | 32 | 255 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10101111 | 111011 | 0 | 111 | 11010 | 10101101 | 101101 | 110100 |
Color Harmonies of #4DBCAF
Complementary color
Monochromatic Colors of #4DBCAF
Black with #4DBCAF
Text Example
Text Example
White with #4DBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCAF; }
p { color: rgb(77,188,175); }
H1.HeaderClassName
{
color: #4DBCAF;
}
.AnyTagClassName
{
color: #4DBCAF;
}
</style>
background-color css
<style>
a { background-color: #4DBCAF; }
a { background-color: rgb(77,188,175); }
div.DivClassName
{
background-color: #4DBCAF;
}
.BgClassName
{
background-color: #4DBCAF;
}
</style>
border-color css
<style>
span { border-color: #4DBCAF; }
span { border-color: rgb(77,188,175); }
td.TdClassName
{
border-color: #4DBCAF;
}
.TagClassName
{
border-color: #4DBCAF;
}
</style>