Shades of Puerto Rico #4DC8A5
Tints of Puerto Rico #4DC8A5
RGB
CMYK
RGB Variations
Color information
#4DC8A5 (or 0x4DC8A5) is known color: Puerto Rico. HEX triplet: 4D, C8 and A5. RGB value is (77,200,165). Sum of RGB (Red+Green+Blue) = 77+200+165=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC8A5 is #B2375A. Grayscale: #9F9F9F. Windows color (decimal): -11679579 or 10864717. OLE color: 10864717.
HSL color Cylindrical-coordinate representation of color #4DC8A5: hue angle of 162.93º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC8A5 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 165 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.22 |
| HSL | 162.93º | 0.53% | 0.54% | - |
| HSV(B) | 162.93º | 0.62% | 0.78% | - |
| XYZ | 30.51 | 45.6 | 42.79 | - |
| YUV | 159.23 | 131.25 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 165 | 0.62 | 0 | 0.18 | 0.22 | 162.93 | 0.53 | 0.54 |
| Hex | 4D | C8 | A5 | 3E | 0 | 12 | 16 | A3 | 35 | 36 |
| Octal | 115 | 310 | 245 | 76 | 0 | 22 | 26 | 243 | 65 | 66 |
| Binary | 1001101 | 11001000 | 10100101 | 111110 | 0 | 10010 | 10110 | 10100011 | 110101 | 110110 |
Color Harmonies of #4DC8A5
Complementary color
Monochromatic Colors of #4DC8A5
Black with #4DC8A5
Text Example
Text Example
White with #4DC8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8A5; }
p { color: rgb(77,200,165); }
H1.HeaderClassName
{
color: #4DC8A5;
}
.AnyTagClassName
{
color: #4DC8A5;
}
</style>
background-color css
<style>
a { background-color: #4DC8A5; }
a { background-color: rgb(77,200,165); }
div.DivClassName
{
background-color: #4DC8A5;
}
.BgClassName
{
background-color: #4DC8A5;
}
</style>
border-color css
<style>
span { border-color: #4DC8A5; }
span { border-color: rgb(77,200,165); }
td.TdClassName
{
border-color: #4DC8A5;
}
.TagClassName
{
border-color: #4DC8A5;
}
</style>