Shades of Puerto Rico #4DBAB4
Tints of Puerto Rico #4DBAB4
RGB
CMYK
RGB Variations
Color information
#4DBAB4 (or 0x4DBAB4) is known color: Puerto Rico. HEX triplet: 4D, BA and B4. RGB value is (77,186,180). Sum of RGB (Red+Green+Blue) = 77+186+180=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBAB4 is #B2454B. Grayscale: #989898. Windows color (decimal): -11683148 or 11844173. OLE color: 11844173.
HSL color Cylindrical-coordinate representation of color #4DBAB4: hue angle of 176.7º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBAB4 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 180 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.27 |
| HSL | 176.7º | 0.44% | 0.52% | - |
| HSV(B) | 176.7º | 0.59% | 0.73% | - |
| XYZ | 28.86 | 39.99 | 49.38 | - |
| YUV | 152.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 180 | 0.59 | 0 | 0.03 | 0.27 | 176.7 | 0.44 | 0.52 |
| Hex | 4D | BA | B4 | 3B | 0 | 3 | 1B | B1 | 2C | 34 |
| Octal | 115 | 272 | 264 | 73 | 0 | 3 | 33 | 261 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10110100 | 111011 | 0 | 11 | 11011 | 10110001 | 101100 | 110100 |
Color Harmonies of #4DBAB4
Complementary color
Monochromatic Colors of #4DBAB4
Black with #4DBAB4
Text Example
Text Example
White with #4DBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAB4; }
p { color: rgb(77,186,180); }
H1.HeaderClassName
{
color: #4DBAB4;
}
.AnyTagClassName
{
color: #4DBAB4;
}
</style>
background-color css
<style>
a { background-color: #4DBAB4; }
a { background-color: rgb(77,186,180); }
div.DivClassName
{
background-color: #4DBAB4;
}
.BgClassName
{
background-color: #4DBAB4;
}
</style>
border-color css
<style>
span { border-color: #4DBAB4; }
span { border-color: rgb(77,186,180); }
td.TdClassName
{
border-color: #4DBAB4;
}
.TagClassName
{
border-color: #4DBAB4;
}
</style>