Shades of Puerto Rico #4DCDA5
Tints of Puerto Rico #4DCDA5
RGB
CMYK
RGB Variations
Color information
#4DCDA5 (or 0x4DCDA5) is known color: Puerto Rico. HEX triplet: 4D, CD and A5. RGB value is (77,205,165). Sum of RGB (Red+Green+Blue) = 77+205+165=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCDA5 is #B2325A. Grayscale: #A2A2A2. Windows color (decimal): -11678299 or 10865997. OLE color: 10865997.
HSL color Cylindrical-coordinate representation of color #4DCDA5: hue angle of 161.25º 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 #4DCDA5 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 165 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.20 |
| HSL | 161.25º | 0.56% | 0.55% | - |
| HSV(B) | 161.25º | 0.62% | 0.8% | - |
| XYZ | 31.68 | 47.96 | 43.18 | - |
| YUV | 162.17 | 129.59 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 165 | 0.62 | 0 | 0.20 | 0.20 | 161.25 | 0.56 | 0.55 |
| Hex | 4D | CD | A5 | 3E | 0 | 14 | 14 | A1 | 38 | 37 |
| Octal | 115 | 315 | 245 | 76 | 0 | 24 | 24 | 241 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10100101 | 111110 | 0 | 10100 | 10100 | 10100001 | 111000 | 110111 |
Color Harmonies of #4DCDA5
Complementary color
Monochromatic Colors of #4DCDA5
Black with #4DCDA5
Text Example
Text Example
White with #4DCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDA5; }
p { color: rgb(77,205,165); }
H1.HeaderClassName
{
color: #4DCDA5;
}
.AnyTagClassName
{
color: #4DCDA5;
}
</style>
background-color css
<style>
a { background-color: #4DCDA5; }
a { background-color: rgb(77,205,165); }
div.DivClassName
{
background-color: #4DCDA5;
}
.BgClassName
{
background-color: #4DCDA5;
}
</style>
border-color css
<style>
span { border-color: #4DCDA5; }
span { border-color: rgb(77,205,165); }
td.TdClassName
{
border-color: #4DCDA5;
}
.TagClassName
{
border-color: #4DCDA5;
}
</style>