Shades of Puerto Rico #4DBD9C
Tints of Puerto Rico #4DBD9C
RGB
CMYK
RGB Variations
Color information
#4DBD9C (or 0x4DBD9C) is known color: Puerto Rico. HEX triplet: 4D, BD and 9C. RGB value is (77,189,156). Sum of RGB (Red+Green+Blue) = 77+189+156=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBD9C is #B24263. Grayscale: #979797. Windows color (decimal): -11682404 or 10272077. OLE color: 10272077.
HSL color Cylindrical-coordinate representation of color #4DBD9C: hue angle of 162.32º degrees, saturation: 0.46, 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 #4DBD9C is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 156 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.26 |
| HSL | 162.32º | 0.46% | 0.52% | - |
| HSV(B) | 162.32º | 0.59% | 0.74% | - |
| XYZ | 27.26 | 40.37 | 37.81 | - |
| YUV | 151.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 156 | 0.59 | 0 | 0.17 | 0.26 | 162.32 | 0.46 | 0.52 |
| Hex | 4D | BD | 9C | 3B | 0 | 11 | 1A | A2 | 2E | 34 |
| Octal | 115 | 275 | 234 | 73 | 0 | 21 | 32 | 242 | 56 | 64 |
| Binary | 1001101 | 10111101 | 10011100 | 111011 | 0 | 10001 | 11010 | 10100010 | 101110 | 110100 |
Color Harmonies of #4DBD9C
Complementary color
Monochromatic Colors of #4DBD9C
Black with #4DBD9C
Text Example
Text Example
White with #4DBD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD9C; }
p { color: rgb(77,189,156); }
H1.HeaderClassName
{
color: #4DBD9C;
}
.AnyTagClassName
{
color: #4DBD9C;
}
</style>
background-color css
<style>
a { background-color: #4DBD9C; }
a { background-color: rgb(77,189,156); }
div.DivClassName
{
background-color: #4DBD9C;
}
.BgClassName
{
background-color: #4DBD9C;
}
</style>
border-color css
<style>
span { border-color: #4DBD9C; }
span { border-color: rgb(77,189,156); }
td.TdClassName
{
border-color: #4DBD9C;
}
.TagClassName
{
border-color: #4DBD9C;
}
</style>