Shades of Puerto Rico #4DBBB6
Tints of Puerto Rico #4DBBB6
RGB
CMYK
RGB Variations
Color information
#4DBBB6 (or 0x4DBBB6) is known color: Puerto Rico. HEX triplet: 4D, BB and B6. RGB value is (77,187,182). Sum of RGB (Red+Green+Blue) = 77+187+182=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBB6 is #B24449. Grayscale: #999999. Windows color (decimal): -11682890 or 11975501. OLE color: 11975501.
HSL color Cylindrical-coordinate representation of color #4DBBB6: hue angle of 177.27º 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 #4DBBB6 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 182 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.27 |
| HSL | 177.27º | 0.45% | 0.52% | - |
| HSV(B) | 177.27º | 0.59% | 0.73% | - |
| XYZ | 29.27 | 40.5 | 50.53 | - |
| YUV | 153.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 182 | 0.59 | 0 | 0.03 | 0.27 | 177.27 | 0.45 | 0.52 |
| Hex | 4D | BB | B6 | 3B | 0 | 3 | 1B | B1 | 2D | 34 |
| Octal | 115 | 273 | 266 | 73 | 0 | 3 | 33 | 261 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10110110 | 111011 | 0 | 11 | 11011 | 10110001 | 101101 | 110100 |
Color Harmonies of #4DBBB6
Complementary color
Monochromatic Colors of #4DBBB6
Black with #4DBBB6
Text Example
Text Example
White with #4DBBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBB6; }
p { color: rgb(77,187,182); }
H1.HeaderClassName
{
color: #4DBBB6;
}
.AnyTagClassName
{
color: #4DBBB6;
}
</style>
background-color css
<style>
a { background-color: #4DBBB6; }
a { background-color: rgb(77,187,182); }
div.DivClassName
{
background-color: #4DBBB6;
}
.BgClassName
{
background-color: #4DBBB6;
}
</style>
border-color css
<style>
span { border-color: #4DBBB6; }
span { border-color: rgb(77,187,182); }
td.TdClassName
{
border-color: #4DBBB6;
}
.TagClassName
{
border-color: #4DBBB6;
}
</style>