Shades of Puerto Rico #4DBEB5
Tints of Puerto Rico #4DBEB5
RGB
CMYK
RGB Variations
Color information
#4DBEB5 (or 0x4DBEB5) is known color: Puerto Rico. HEX triplet: 4D, BE and B5. RGB value is (77,190,181). Sum of RGB (Red+Green+Blue) = 77+190+181=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEB5 is #B2414A. Grayscale: #9B9B9B. Windows color (decimal): -11682123 or 11910733. OLE color: 11910733.
HSL color Cylindrical-coordinate representation of color #4DBEB5: hue angle of 175.22º 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 #4DBEB5 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 181 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.25 |
| HSL | 175.22º | 0.47% | 0.52% | - |
| HSV(B) | 175.22º | 0.59% | 0.75% | - |
| XYZ | 29.81 | 41.74 | 50.2 | - |
| YUV | 155.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 181 | 0.59 | 0 | 0.05 | 0.25 | 175.22 | 0.47 | 0.52 |
| Hex | 4D | BE | B5 | 3B | 0 | 5 | 19 | AF | 2F | 34 |
| Octal | 115 | 276 | 265 | 73 | 0 | 5 | 31 | 257 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10110101 | 111011 | 0 | 101 | 11001 | 10101111 | 101111 | 110100 |
Color Harmonies of #4DBEB5
Complementary color
Monochromatic Colors of #4DBEB5
Black with #4DBEB5
Text Example
Text Example
White with #4DBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEB5; }
p { color: rgb(77,190,181); }
H1.HeaderClassName
{
color: #4DBEB5;
}
.AnyTagClassName
{
color: #4DBEB5;
}
</style>
background-color css
<style>
a { background-color: #4DBEB5; }
a { background-color: rgb(77,190,181); }
div.DivClassName
{
background-color: #4DBEB5;
}
.BgClassName
{
background-color: #4DBEB5;
}
</style>
border-color css
<style>
span { border-color: #4DBEB5; }
span { border-color: rgb(77,190,181); }
td.TdClassName
{
border-color: #4DBEB5;
}
.TagClassName
{
border-color: #4DBEB5;
}
</style>