Shades of Puerto Rico #4DBCAA
Tints of Puerto Rico #4DBCAA
RGB
CMYK
RGB Variations
Color information
#4DBCAA (or 0x4DBCAA) is known color: Puerto Rico. HEX triplet: 4D, BC and AA. RGB value is (77,188,170). Sum of RGB (Red+Green+Blue) = 77+188+170=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBCAA is #B24355. Grayscale: #989898. Windows color (decimal): -11682646 or 11189325. OLE color: 11189325.
HSL color Cylindrical-coordinate representation of color #4DBCAA: hue angle of 170.27º 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 #4DBCAA is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 170 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.26 |
| HSL | 170.27º | 0.45% | 0.52% | - |
| HSV(B) | 170.27º | 0.59% | 0.74% | - |
| XYZ | 28.3 | 40.45 | 44.35 | - |
| YUV | 152.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 170 | 0.59 | 0 | 0.10 | 0.26 | 170.27 | 0.45 | 0.52 |
| Hex | 4D | BC | AA | 3B | 0 | A | 1A | AA | 2D | 34 |
| Octal | 115 | 274 | 252 | 73 | 0 | 12 | 32 | 252 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10101010 | 111011 | 0 | 1010 | 11010 | 10101010 | 101101 | 110100 |
Color Harmonies of #4DBCAA
Complementary color
Monochromatic Colors of #4DBCAA
Black with #4DBCAA
Text Example
Text Example
White with #4DBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCAA; }
p { color: rgb(77,188,170); }
H1.HeaderClassName
{
color: #4DBCAA;
}
.AnyTagClassName
{
color: #4DBCAA;
}
</style>
background-color css
<style>
a { background-color: #4DBCAA; }
a { background-color: rgb(77,188,170); }
div.DivClassName
{
background-color: #4DBCAA;
}
.BgClassName
{
background-color: #4DBCAA;
}
</style>
border-color css
<style>
span { border-color: #4DBCAA; }
span { border-color: rgb(77,188,170); }
td.TdClassName
{
border-color: #4DBCAA;
}
.TagClassName
{
border-color: #4DBCAA;
}
</style>