Shades of Puerto Rico #4DBAA5
Tints of Puerto Rico #4DBAA5
RGB
CMYK
RGB Variations
Color information
#4DBAA5 (or 0x4DBAA5) is known color: Puerto Rico. HEX triplet: 4D, BA and A5. RGB value is (77,186,165). Sum of RGB (Red+Green+Blue) = 77+186+165=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBAA5 is #B2455A. Grayscale: #969696. Windows color (decimal): -11683163 or 10861133. OLE color: 10861133.
HSL color Cylindrical-coordinate representation of color #4DBAA5: hue angle of 168.44º 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 #4DBAA5 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 165 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.27 |
| HSL | 168.44º | 0.44% | 0.52% | - |
| HSV(B) | 168.44º | 0.59% | 0.73% | - |
| XYZ | 27.41 | 39.41 | 41.76 | - |
| YUV | 151.02 | 135.89 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 165 | 0.59 | 0 | 0.11 | 0.27 | 168.44 | 0.44 | 0.52 |
| Hex | 4D | BA | A5 | 3B | 0 | B | 1B | A8 | 2C | 34 |
| Octal | 115 | 272 | 245 | 73 | 0 | 13 | 33 | 250 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10100101 | 111011 | 0 | 1011 | 11011 | 10101000 | 101100 | 110100 |
Color Harmonies of #4DBAA5
Complementary color
Monochromatic Colors of #4DBAA5
Black with #4DBAA5
Text Example
Text Example
White with #4DBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAA5; }
p { color: rgb(77,186,165); }
H1.HeaderClassName
{
color: #4DBAA5;
}
.AnyTagClassName
{
color: #4DBAA5;
}
</style>
background-color css
<style>
a { background-color: #4DBAA5; }
a { background-color: rgb(77,186,165); }
div.DivClassName
{
background-color: #4DBAA5;
}
.BgClassName
{
background-color: #4DBAA5;
}
</style>
border-color css
<style>
span { border-color: #4DBAA5; }
span { border-color: rgb(77,186,165); }
td.TdClassName
{
border-color: #4DBAA5;
}
.TagClassName
{
border-color: #4DBAA5;
}
</style>