Shades of Puerto Rico #4DB0AD
Tints of Puerto Rico #4DB0AD
RGB
CMYK
RGB Variations
Color information
#4DB0AD (or 0x4DB0AD) is known color: Puerto Rico. HEX triplet: 4D, B0 and AD. RGB value is (77,176,173). Sum of RGB (Red+Green+Blue) = 77+176+173=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB0AD is #B24F52. Grayscale: #919191. Windows color (decimal): -11685715 or 11382861. OLE color: 11382861.
HSL color Cylindrical-coordinate representation of color #4DB0AD: hue angle of 178.18º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB0AD is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 173 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.31 |
| HSL | 178.18º | 0.39% | 0.5% | - |
| HSV(B) | 178.18º | 0.56% | 0.69% | - |
| XYZ | 26.13 | 35.65 | 45.04 | - |
| YUV | 146.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 173 | 0.56 | 0 | 0.02 | 0.31 | 178.18 | 0.39 | 0.5 |
| Hex | 4D | B0 | AD | 38 | 0 | 2 | 1F | B2 | 27 | 32 |
| Octal | 115 | 260 | 255 | 70 | 0 | 2 | 37 | 262 | 47 | 62 |
| Binary | 1001101 | 10110000 | 10101101 | 111000 | 0 | 10 | 11111 | 10110010 | 100111 | 110010 |
Color Harmonies of #4DB0AD
Complementary color
Monochromatic Colors of #4DB0AD
Black with #4DB0AD
Text Example
Text Example
White with #4DB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0AD; }
p { color: rgb(77,176,173); }
H1.HeaderClassName
{
color: #4DB0AD;
}
.AnyTagClassName
{
color: #4DB0AD;
}
</style>
background-color css
<style>
a { background-color: #4DB0AD; }
a { background-color: rgb(77,176,173); }
div.DivClassName
{
background-color: #4DB0AD;
}
.BgClassName
{
background-color: #4DB0AD;
}
</style>
border-color css
<style>
span { border-color: #4DB0AD; }
span { border-color: rgb(77,176,173); }
td.TdClassName
{
border-color: #4DB0AD;
}
.TagClassName
{
border-color: #4DB0AD;
}
</style>