Shades of Puerto Rico #4DBCB1
Tints of Puerto Rico #4DBCB1
RGB
CMYK
RGB Variations
Color information
#4DBCB1 (or 0x4DBCB1) is known color: Puerto Rico. HEX triplet: 4D, BC and B1. RGB value is (77,188,177). Sum of RGB (Red+Green+Blue) = 77+188+177=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBCB1 is #B2434E. Grayscale: #999999. Windows color (decimal): -11682639 or 11648077. OLE color: 11648077.
HSL color Cylindrical-coordinate representation of color #4DBCB1: hue angle of 174.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBCB1 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 177 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.26 |
| HSL | 174.05º | 0.45% | 0.52% | - |
| HSV(B) | 174.05º | 0.59% | 0.74% | - |
| XYZ | 28.98 | 40.72 | 47.93 | - |
| YUV | 153.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 177 | 0.59 | 0 | 0.06 | 0.26 | 174.05 | 0.45 | 0.52 |
| Hex | 4D | BC | B1 | 3B | 0 | 6 | 1A | AE | 2D | 34 |
| Octal | 115 | 274 | 261 | 73 | 0 | 6 | 32 | 256 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10110001 | 111011 | 0 | 110 | 11010 | 10101110 | 101101 | 110100 |
Color Harmonies of #4DBCB1
Complementary color
Monochromatic Colors of #4DBCB1
Black with #4DBCB1
Text Example
Text Example
White with #4DBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCB1; }
p { color: rgb(77,188,177); }
H1.HeaderClassName
{
color: #4DBCB1;
}
.AnyTagClassName
{
color: #4DBCB1;
}
</style>
background-color css
<style>
a { background-color: #4DBCB1; }
a { background-color: rgb(77,188,177); }
div.DivClassName
{
background-color: #4DBCB1;
}
.BgClassName
{
background-color: #4DBCB1;
}
</style>
border-color css
<style>
span { border-color: #4DBCB1; }
span { border-color: rgb(77,188,177); }
td.TdClassName
{
border-color: #4DBCB1;
}
.TagClassName
{
border-color: #4DBCB1;
}
</style>