Shades of Puerto Rico #4DBEA5
Tints of Puerto Rico #4DBEA5
RGB
CMYK
RGB Variations
Color information
#4DBEA5 (or 0x4DBEA5) is known color: Puerto Rico. HEX triplet: 4D, BE and A5. RGB value is (77,190,165). Sum of RGB (Red+Green+Blue) = 77+190+165=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBEA5 is #B2415A. Grayscale: #999999. Windows color (decimal): -11682139 or 10862157. OLE color: 10862157.
HSL color Cylindrical-coordinate representation of color #4DBEA5: hue angle of 166.73º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBEA5 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 165 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.25 |
| HSL | 166.73º | 0.47% | 0.52% | - |
| HSV(B) | 166.73º | 0.59% | 0.75% | - |
| XYZ | 28.27 | 41.12 | 42.04 | - |
| YUV | 153.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 165 | 0.59 | 0 | 0.13 | 0.25 | 166.73 | 0.47 | 0.52 |
| Hex | 4D | BE | A5 | 3B | 0 | D | 19 | A7 | 2F | 34 |
| Octal | 115 | 276 | 245 | 73 | 0 | 15 | 31 | 247 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10100101 | 111011 | 0 | 1101 | 11001 | 10100111 | 101111 | 110100 |
Color Harmonies of #4DBEA5
Complementary color
Monochromatic Colors of #4DBEA5
Black with #4DBEA5
Text Example
Text Example
White with #4DBEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEA5; }
p { color: rgb(77,190,165); }
H1.HeaderClassName
{
color: #4DBEA5;
}
.AnyTagClassName
{
color: #4DBEA5;
}
</style>
background-color css
<style>
a { background-color: #4DBEA5; }
a { background-color: rgb(77,190,165); }
div.DivClassName
{
background-color: #4DBEA5;
}
.BgClassName
{
background-color: #4DBEA5;
}
</style>
border-color css
<style>
span { border-color: #4DBEA5; }
span { border-color: rgb(77,190,165); }
td.TdClassName
{
border-color: #4DBEA5;
}
.TagClassName
{
border-color: #4DBEA5;
}
</style>