Shades of Puerto Rico #4DB4A7
Tints of Puerto Rico #4DB4A7
RGB
CMYK
RGB Variations
Color information
#4DB4A7 (or 0x4DB4A7) is known color: Puerto Rico. HEX triplet: 4D, B4 and A7. RGB value is (77,180,167). Sum of RGB (Red+Green+Blue) = 77+180+167=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB4A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB4A7 is #B24B58. Grayscale: #939393. Windows color (decimal): -11684697 or 10990669. OLE color: 10990669.
HSL color Cylindrical-coordinate representation of color #4DB4A7: hue angle of 172.43º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB4A7 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 167 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.29 |
| HSL | 172.43º | 0.41% | 0.5% | - |
| HSV(B) | 172.43º | 0.57% | 0.71% | - |
| XYZ | 26.36 | 37.01 | 42.31 | - |
| YUV | 147.72 | 138.88 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 167 | 0.57 | 0 | 0.07 | 0.29 | 172.43 | 0.41 | 0.5 |
| Hex | 4D | B4 | A7 | 39 | 0 | 7 | 1D | AC | 29 | 32 |
| Octal | 115 | 264 | 247 | 71 | 0 | 7 | 35 | 254 | 51 | 62 |
| Binary | 1001101 | 10110100 | 10100111 | 111001 | 0 | 111 | 11101 | 10101100 | 101001 | 110010 |
Color Harmonies of #4DB4A7
Complementary color
Monochromatic Colors of #4DB4A7
Black with #4DB4A7
Text Example
Text Example
White with #4DB4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB4A7; }
p { color: rgb(77,180,167); }
H1.HeaderClassName
{
color: #4DB4A7;
}
.AnyTagClassName
{
color: #4DB4A7;
}
</style>
background-color css
<style>
a { background-color: #4DB4A7; }
a { background-color: rgb(77,180,167); }
div.DivClassName
{
background-color: #4DB4A7;
}
.BgClassName
{
background-color: #4DB4A7;
}
</style>
border-color css
<style>
span { border-color: #4DB4A7; }
span { border-color: rgb(77,180,167); }
td.TdClassName
{
border-color: #4DB4A7;
}
.TagClassName
{
border-color: #4DB4A7;
}
</style>