Shades of Puerto Rico #4DCDB1
Tints of Puerto Rico #4DCDB1
RGB
CMYK
RGB Variations
Color information
#4DCDB1 (or 0x4DCDB1) is known color: Puerto Rico. HEX triplet: 4D, CD and B1. RGB value is (77,205,177). Sum of RGB (Red+Green+Blue) = 77+205+177=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCDB1 is #B2324E. Grayscale: #A3A3A3. Windows color (decimal): -11678287 or 11652429. OLE color: 11652429.
HSL color Cylindrical-coordinate representation of color #4DCDB1: hue angle of 166.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCDB1 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 177 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.20 |
| HSL | 166.88º | 0.56% | 0.55% | - |
| HSV(B) | 166.88º | 0.62% | 0.8% | - |
| XYZ | 32.83 | 48.41 | 49.21 | - |
| YUV | 163.54 | 135.59 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 177 | 0.62 | 0 | 0.14 | 0.20 | 166.88 | 0.56 | 0.55 |
| Hex | 4D | CD | B1 | 3E | 0 | E | 14 | A7 | 38 | 37 |
| Octal | 115 | 315 | 261 | 76 | 0 | 16 | 24 | 247 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10110001 | 111110 | 0 | 1110 | 10100 | 10100111 | 111000 | 110111 |
Color Harmonies of #4DCDB1
Complementary color
Monochromatic Colors of #4DCDB1
Black with #4DCDB1
Text Example
Text Example
White with #4DCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDB1; }
p { color: rgb(77,205,177); }
H1.HeaderClassName
{
color: #4DCDB1;
}
.AnyTagClassName
{
color: #4DCDB1;
}
</style>
background-color css
<style>
a { background-color: #4DCDB1; }
a { background-color: rgb(77,205,177); }
div.DivClassName
{
background-color: #4DCDB1;
}
.BgClassName
{
background-color: #4DCDB1;
}
</style>
border-color css
<style>
span { border-color: #4DCDB1; }
span { border-color: rgb(77,205,177); }
td.TdClassName
{
border-color: #4DCDB1;
}
.TagClassName
{
border-color: #4DCDB1;
}
</style>