Shades of Puerto Rico #4DCAA5
Tints of Puerto Rico #4DCAA5
RGB
CMYK
RGB Variations
Color information
#4DCAA5 (or 0x4DCAA5) is known color: Puerto Rico. HEX triplet: 4D, CA and A5. RGB value is (77,202,165). Sum of RGB (Red+Green+Blue) = 77+202+165=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAA5 is #B2355A. Grayscale: #A0A0A0. Windows color (decimal): -11679067 or 10865229. OLE color: 10865229.
HSL color Cylindrical-coordinate representation of color #4DCAA5: hue angle of 162.24º 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 #4DCAA5 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 165 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.21 |
| HSL | 162.24º | 0.54% | 0.55% | - |
| HSV(B) | 162.24º | 0.62% | 0.79% | - |
| XYZ | 30.97 | 46.54 | 42.95 | - |
| YUV | 160.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 165 | 0.62 | 0 | 0.18 | 0.21 | 162.24 | 0.54 | 0.55 |
| Hex | 4D | CA | A5 | 3E | 0 | 12 | 15 | A2 | 36 | 37 |
| Octal | 115 | 312 | 245 | 76 | 0 | 22 | 25 | 242 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10100101 | 111110 | 0 | 10010 | 10101 | 10100010 | 110110 | 110111 |
Color Harmonies of #4DCAA5
Complementary color
Monochromatic Colors of #4DCAA5
Black with #4DCAA5
Text Example
Text Example
White with #4DCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAA5; }
p { color: rgb(77,202,165); }
H1.HeaderClassName
{
color: #4DCAA5;
}
.AnyTagClassName
{
color: #4DCAA5;
}
</style>
background-color css
<style>
a { background-color: #4DCAA5; }
a { background-color: rgb(77,202,165); }
div.DivClassName
{
background-color: #4DCAA5;
}
.BgClassName
{
background-color: #4DCAA5;
}
</style>
border-color css
<style>
span { border-color: #4DCAA5; }
span { border-color: rgb(77,202,165); }
td.TdClassName
{
border-color: #4DCAA5;
}
.TagClassName
{
border-color: #4DCAA5;
}
</style>