Shades of Puerto Rico #4DB2A8
Tints of Puerto Rico #4DB2A8
RGB
CMYK
RGB Variations
Color information
#4DB2A8 (or 0x4DB2A8) is known color: Puerto Rico. HEX triplet: 4D, B2 and A8. RGB value is (77,178,168). Sum of RGB (Red+Green+Blue) = 77+178+168=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB2A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB2A8 is #B24D57. Grayscale: #929292. Windows color (decimal): -11685208 or 11055693. OLE color: 11055693.
HSL color Cylindrical-coordinate representation of color #4DB2A8: hue angle of 174.06º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB2A8 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 168 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.30 |
| HSL | 174.06º | 0.4% | 0.5% | - |
| HSV(B) | 174.06º | 0.57% | 0.7% | - |
| XYZ | 26.05 | 36.25 | 42.67 | - |
| YUV | 146.66 | 140.04 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 168 | 0.57 | 0 | 0.06 | 0.30 | 174.06 | 0.4 | 0.5 |
| Hex | 4D | B2 | A8 | 39 | 0 | 6 | 1E | AE | 28 | 32 |
| Octal | 115 | 262 | 250 | 71 | 0 | 6 | 36 | 256 | 50 | 62 |
| Binary | 1001101 | 10110010 | 10101000 | 111001 | 0 | 110 | 11110 | 10101110 | 101000 | 110010 |
Color Harmonies of #4DB2A8
Complementary color
Monochromatic Colors of #4DB2A8
Black with #4DB2A8
Text Example
Text Example
White with #4DB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB2A8; }
p { color: rgb(77,178,168); }
H1.HeaderClassName
{
color: #4DB2A8;
}
.AnyTagClassName
{
color: #4DB2A8;
}
</style>
background-color css
<style>
a { background-color: #4DB2A8; }
a { background-color: rgb(77,178,168); }
div.DivClassName
{
background-color: #4DB2A8;
}
.BgClassName
{
background-color: #4DB2A8;
}
</style>
border-color css
<style>
span { border-color: #4DB2A8; }
span { border-color: rgb(77,178,168); }
td.TdClassName
{
border-color: #4DB2A8;
}
.TagClassName
{
border-color: #4DB2A8;
}
</style>