Shades of Puerto Rico #4DBCAD
Tints of Puerto Rico #4DBCAD
RGB
CMYK
RGB Variations
Color information
#4DBCAD (or 0x4DBCAD) is known color: Puerto Rico. HEX triplet: 4D, BC and AD. RGB value is (77,188,173). Sum of RGB (Red+Green+Blue) = 77+188+173=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBCAD is #B24352. Grayscale: #999999. Windows color (decimal): -11682643 or 11385933. OLE color: 11385933.
HSL color Cylindrical-coordinate representation of color #4DBCAD: hue angle of 171.89º 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 #4DBCAD is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 173 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.26 |
| HSL | 171.89º | 0.45% | 0.52% | - |
| HSV(B) | 171.89º | 0.59% | 0.74% | - |
| XYZ | 28.59 | 40.56 | 45.86 | - |
| YUV | 153.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 173 | 0.59 | 0 | 0.08 | 0.26 | 171.89 | 0.45 | 0.52 |
| Hex | 4D | BC | AD | 3B | 0 | 8 | 1A | AC | 2D | 34 |
| Octal | 115 | 274 | 255 | 73 | 0 | 10 | 32 | 254 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10101101 | 111011 | 0 | 1000 | 11010 | 10101100 | 101101 | 110100 |
Color Harmonies of #4DBCAD
Complementary color
Monochromatic Colors of #4DBCAD
Black with #4DBCAD
Text Example
Text Example
White with #4DBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCAD; }
p { color: rgb(77,188,173); }
H1.HeaderClassName
{
color: #4DBCAD;
}
.AnyTagClassName
{
color: #4DBCAD;
}
</style>
background-color css
<style>
a { background-color: #4DBCAD; }
a { background-color: rgb(77,188,173); }
div.DivClassName
{
background-color: #4DBCAD;
}
.BgClassName
{
background-color: #4DBCAD;
}
</style>
border-color css
<style>
span { border-color: #4DBCAD; }
span { border-color: rgb(77,188,173); }
td.TdClassName
{
border-color: #4DBCAD;
}
.TagClassName
{
border-color: #4DBCAD;
}
</style>