Shades of Puerto Rico #4DCAB0
Tints of Puerto Rico #4DCAB0
RGB
CMYK
RGB Variations
Color information
#4DCAB0 (or 0x4DCAB0) is known color: Puerto Rico. HEX triplet: 4D, CA and B0. RGB value is (77,202,176). Sum of RGB (Red+Green+Blue) = 77+202+176=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAB0 is #B2354F. Grayscale: #A1A1A1. Windows color (decimal): -11679056 or 11586125. OLE color: 11586125.
HSL color Cylindrical-coordinate representation of color #4DCAB0: hue angle of 167.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAB0 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 176 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.21 |
| HSL | 167.52º | 0.54% | 0.55% | - |
| HSV(B) | 167.52º | 0.62% | 0.79% | - |
| XYZ | 32.02 | 46.95 | 48.45 | - |
| YUV | 161.66 | 136.09 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 176 | 0.62 | 0 | 0.13 | 0.21 | 167.52 | 0.54 | 0.55 |
| Hex | 4D | CA | B0 | 3E | 0 | D | 15 | A8 | 36 | 37 |
| Octal | 115 | 312 | 260 | 76 | 0 | 15 | 25 | 250 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10110000 | 111110 | 0 | 1101 | 10101 | 10101000 | 110110 | 110111 |
Color Harmonies of #4DCAB0
Complementary color
Monochromatic Colors of #4DCAB0
Black with #4DCAB0
Text Example
Text Example
White with #4DCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAB0; }
p { color: rgb(77,202,176); }
H1.HeaderClassName
{
color: #4DCAB0;
}
.AnyTagClassName
{
color: #4DCAB0;
}
</style>
background-color css
<style>
a { background-color: #4DCAB0; }
a { background-color: rgb(77,202,176); }
div.DivClassName
{
background-color: #4DCAB0;
}
.BgClassName
{
background-color: #4DCAB0;
}
</style>
border-color css
<style>
span { border-color: #4DCAB0; }
span { border-color: rgb(77,202,176); }
td.TdClassName
{
border-color: #4DCAB0;
}
.TagClassName
{
border-color: #4DCAB0;
}
</style>