Shades of Puerto Rico #4DC4A4
Tints of Puerto Rico #4DC4A4
RGB
CMYK
RGB Variations
Color information
#4DC4A4 (or 0x4DC4A4) is known color: Puerto Rico. HEX triplet: 4D, C4 and A4. RGB value is (77,196,164). Sum of RGB (Red+Green+Blue) = 77+196+164=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC4A4 is #B23B5B. Grayscale: #9C9C9C. Windows color (decimal): -11680604 or 10798157. OLE color: 10798157.
HSL color Cylindrical-coordinate representation of color #4DC4A4: hue angle of 163.87º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC4A4 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 164 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.23 |
| HSL | 163.87º | 0.5% | 0.54% | - |
| HSV(B) | 163.87º | 0.61% | 0.77% | - |
| XYZ | 29.5 | 43.74 | 42.01 | - |
| YUV | 156.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 164 | 0.61 | 0 | 0.16 | 0.23 | 163.87 | 0.5 | 0.54 |
| Hex | 4D | C4 | A4 | 3D | 0 | 10 | 17 | A4 | 32 | 36 |
| Octal | 115 | 304 | 244 | 75 | 0 | 20 | 27 | 244 | 62 | 66 |
| Binary | 1001101 | 11000100 | 10100100 | 111101 | 0 | 10000 | 10111 | 10100100 | 110010 | 110110 |
Color Harmonies of #4DC4A4
Complementary color
Monochromatic Colors of #4DC4A4
Black with #4DC4A4
Text Example
Text Example
White with #4DC4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC4A4; }
p { color: rgb(77,196,164); }
H1.HeaderClassName
{
color: #4DC4A4;
}
.AnyTagClassName
{
color: #4DC4A4;
}
</style>
background-color css
<style>
a { background-color: #4DC4A4; }
a { background-color: rgb(77,196,164); }
div.DivClassName
{
background-color: #4DC4A4;
}
.BgClassName
{
background-color: #4DC4A4;
}
</style>
border-color css
<style>
span { border-color: #4DC4A4; }
span { border-color: rgb(77,196,164); }
td.TdClassName
{
border-color: #4DC4A4;
}
.TagClassName
{
border-color: #4DC4A4;
}
</style>