Shades of Puerto Rico #4DC3AD
Tints of Puerto Rico #4DC3AD
RGB
CMYK
RGB Variations
Color information
#4DC3AD (or 0x4DC3AD) is known color: Puerto Rico. HEX triplet: 4D, C3 and AD. RGB value is (77,195,173). Sum of RGB (Red+Green+Blue) = 77+195+173=445 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.30% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC3AD is #B23C52. Grayscale: #9D9D9D. Windows color (decimal): -11680851 or 11387725. OLE color: 11387725.
HSL color Cylindrical-coordinate representation of color #4DC3AD: hue angle of 168.81º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC3AD is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 173 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.24 |
| HSL | 168.81º | 0.5% | 0.53% | - |
| HSV(B) | 168.81º | 0.61% | 0.76% | - |
| XYZ | 30.12 | 43.63 | 46.37 | - |
| YUV | 157.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 173 | 0.61 | 0 | 0.11 | 0.24 | 168.81 | 0.5 | 0.53 |
| Hex | 4D | C3 | AD | 3D | 0 | B | 18 | A9 | 32 | 35 |
| Octal | 115 | 303 | 255 | 75 | 0 | 13 | 30 | 251 | 62 | 65 |
| Binary | 1001101 | 11000011 | 10101101 | 111101 | 0 | 1011 | 11000 | 10101001 | 110010 | 110101 |
Color Harmonies of #4DC3AD
Complementary color
Monochromatic Colors of #4DC3AD
Black with #4DC3AD
Text Example
Text Example
White with #4DC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC3AD; }
p { color: rgb(77,195,173); }
H1.HeaderClassName
{
color: #4DC3AD;
}
.AnyTagClassName
{
color: #4DC3AD;
}
</style>
background-color css
<style>
a { background-color: #4DC3AD; }
a { background-color: rgb(77,195,173); }
div.DivClassName
{
background-color: #4DC3AD;
}
.BgClassName
{
background-color: #4DC3AD;
}
</style>
border-color css
<style>
span { border-color: #4DC3AD; }
span { border-color: rgb(77,195,173); }
td.TdClassName
{
border-color: #4DC3AD;
}
.TagClassName
{
border-color: #4DC3AD;
}
</style>