Shades of Puerto Rico #4DBBA4
Tints of Puerto Rico #4DBBA4
RGB
CMYK
RGB Variations
Color information
#4DBBA4 (or 0x4DBBA4) is known color: Puerto Rico. HEX triplet: 4D, BB and A4. RGB value is (77,187,164). Sum of RGB (Red+Green+Blue) = 77+187+164=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBBA4 is #B2445B. Grayscale: #979797. Windows color (decimal): -11682908 or 10795853. OLE color: 10795853.
HSL color Cylindrical-coordinate representation of color #4DBBA4: hue angle of 167.45º 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 #4DBBA4 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 164 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.27 |
| HSL | 167.45º | 0.45% | 0.52% | - |
| HSV(B) | 167.45º | 0.59% | 0.73% | - |
| XYZ | 27.53 | 39.8 | 41.35 | - |
| YUV | 151.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 164 | 0.59 | 0 | 0.12 | 0.27 | 167.45 | 0.45 | 0.52 |
| Hex | 4D | BB | A4 | 3B | 0 | C | 1B | A7 | 2D | 34 |
| Octal | 115 | 273 | 244 | 73 | 0 | 14 | 33 | 247 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10100100 | 111011 | 0 | 1100 | 11011 | 10100111 | 101101 | 110100 |
Color Harmonies of #4DBBA4
Complementary color
Monochromatic Colors of #4DBBA4
Black with #4DBBA4
Text Example
Text Example
White with #4DBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBA4; }
p { color: rgb(77,187,164); }
H1.HeaderClassName
{
color: #4DBBA4;
}
.AnyTagClassName
{
color: #4DBBA4;
}
</style>
background-color css
<style>
a { background-color: #4DBBA4; }
a { background-color: rgb(77,187,164); }
div.DivClassName
{
background-color: #4DBBA4;
}
.BgClassName
{
background-color: #4DBBA4;
}
</style>
border-color css
<style>
span { border-color: #4DBBA4; }
span { border-color: rgb(77,187,164); }
td.TdClassName
{
border-color: #4DBBA4;
}
.TagClassName
{
border-color: #4DBBA4;
}
</style>