Shades of Puerto Rico #4DCAB4
Tints of Puerto Rico #4DCAB4
RGB
CMYK
RGB Variations
Color information
#4DCAB4 (or 0x4DCAB4) is known color: Puerto Rico. HEX triplet: 4D, CA and B4. RGB value is (77,202,180). Sum of RGB (Red+Green+Blue) = 77+202+180=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAB4 is #B2354B. Grayscale: #A2A2A2. Windows color (decimal): -11679052 or 11848269. OLE color: 11848269.
HSL color Cylindrical-coordinate representation of color #4DCAB4: hue angle of 169.44º 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 #4DCAB4 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 180 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.21 |
| HSL | 169.44º | 0.54% | 0.55% | - |
| HSV(B) | 169.44º | 0.62% | 0.79% | - |
| XYZ | 32.42 | 47.11 | 50.57 | - |
| YUV | 162.12 | 138.09 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 180 | 0.62 | 0 | 0.11 | 0.21 | 169.44 | 0.54 | 0.55 |
| Hex | 4D | CA | B4 | 3E | 0 | B | 15 | A9 | 36 | 37 |
| Octal | 115 | 312 | 264 | 76 | 0 | 13 | 25 | 251 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10110100 | 111110 | 0 | 1011 | 10101 | 10101001 | 110110 | 110111 |
Color Harmonies of #4DCAB4
Complementary color
Monochromatic Colors of #4DCAB4
Black with #4DCAB4
Text Example
Text Example
White with #4DCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAB4; }
p { color: rgb(77,202,180); }
H1.HeaderClassName
{
color: #4DCAB4;
}
.AnyTagClassName
{
color: #4DCAB4;
}
</style>
background-color css
<style>
a { background-color: #4DCAB4; }
a { background-color: rgb(77,202,180); }
div.DivClassName
{
background-color: #4DCAB4;
}
.BgClassName
{
background-color: #4DCAB4;
}
</style>
border-color css
<style>
span { border-color: #4DCAB4; }
span { border-color: rgb(77,202,180); }
td.TdClassName
{
border-color: #4DCAB4;
}
.TagClassName
{
border-color: #4DCAB4;
}
</style>