Shades of Puerto Rico #4DBBAE
Tints of Puerto Rico #4DBBAE
RGB
CMYK
RGB Variations
Color information
#4DBBAE (or 0x4DBBAE) is known color: Puerto Rico. HEX triplet: 4D, BB and AE. RGB value is (77,187,174). Sum of RGB (Red+Green+Blue) = 77+187+174=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBBAE is #B24451. Grayscale: #989898. Windows color (decimal): -11682898 or 11451213. OLE color: 11451213.
HSL color Cylindrical-coordinate representation of color #4DBBAE: hue angle of 172.91º degrees, saturation: 0.45, 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 #4DBBAE is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 174 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.27 |
| HSL | 172.91º | 0.45% | 0.52% | - |
| HSV(B) | 172.91º | 0.59% | 0.73% | - |
| XYZ | 28.47 | 40.17 | 46.3 | - |
| YUV | 152.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 174 | 0.59 | 0 | 0.07 | 0.27 | 172.91 | 0.45 | 0.52 |
| Hex | 4D | BB | AE | 3B | 0 | 7 | 1B | AD | 2D | 34 |
| Octal | 115 | 273 | 256 | 73 | 0 | 7 | 33 | 255 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10101110 | 111011 | 0 | 111 | 11011 | 10101101 | 101101 | 110100 |
Color Harmonies of #4DBBAE
Complementary color
Monochromatic Colors of #4DBBAE
Black with #4DBBAE
Text Example
Text Example
White with #4DBBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBAE; }
p { color: rgb(77,187,174); }
H1.HeaderClassName
{
color: #4DBBAE;
}
.AnyTagClassName
{
color: #4DBBAE;
}
</style>
background-color css
<style>
a { background-color: #4DBBAE; }
a { background-color: rgb(77,187,174); }
div.DivClassName
{
background-color: #4DBBAE;
}
.BgClassName
{
background-color: #4DBBAE;
}
</style>
border-color css
<style>
span { border-color: #4DBBAE; }
span { border-color: rgb(77,187,174); }
td.TdClassName
{
border-color: #4DBBAE;
}
.TagClassName
{
border-color: #4DBBAE;
}
</style>