Shades of Puerto Rico #4DCCAD
Tints of Puerto Rico #4DCCAD
RGB
CMYK
RGB Variations
Color information
#4DCCAD (or 0x4DCCAD) is known color: Puerto Rico. HEX triplet: 4D, CC and AD. RGB value is (77,204,173). Sum of RGB (Red+Green+Blue) = 77+204+173=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCCAD is #B23352. Grayscale: #A2A2A2. Windows color (decimal): -11678547 or 11390029. OLE color: 11390029.
HSL color Cylindrical-coordinate representation of color #4DCCAD: hue angle of 165.35º degrees, saturation: 0.55, 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 #4DCCAD is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 173 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.2 |
| HSL | 165.35º | 0.55% | 0.55% | - |
| HSV(B) | 165.35º | 0.62% | 0.8% | - |
| XYZ | 32.2 | 47.78 | 47.06 | - |
| YUV | 162.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 173 | 0.62 | 0 | 0.15 | 0.2 | 165.35 | 0.55 | 0.55 |
| Hex | 4D | CC | AD | 3E | 0 | F | 14 | A5 | 37 | 37 |
| Octal | 115 | 314 | 255 | 76 | 0 | 17 | 24 | 245 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10101101 | 111110 | 0 | 1111 | 10100 | 10100101 | 110111 | 110111 |
Color Harmonies of #4DCCAD
Complementary color
Monochromatic Colors of #4DCCAD
Black with #4DCCAD
Text Example
Text Example
White with #4DCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCAD; }
p { color: rgb(77,204,173); }
H1.HeaderClassName
{
color: #4DCCAD;
}
.AnyTagClassName
{
color: #4DCCAD;
}
</style>
background-color css
<style>
a { background-color: #4DCCAD; }
a { background-color: rgb(77,204,173); }
div.DivClassName
{
background-color: #4DCCAD;
}
.BgClassName
{
background-color: #4DCCAD;
}
</style>
border-color css
<style>
span { border-color: #4DCCAD; }
span { border-color: rgb(77,204,173); }
td.TdClassName
{
border-color: #4DCCAD;
}
.TagClassName
{
border-color: #4DCCAD;
}
</style>