Shades of Puerto Rico #4DB5AA
Tints of Puerto Rico #4DB5AA
RGB
CMYK
RGB Variations
Color information
#4DB5AA (or 0x4DB5AA) is known color: Puerto Rico. HEX triplet: 4D, B5 and AA. RGB value is (77,181,170). Sum of RGB (Red+Green+Blue) = 77+181+170=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB5AA is #B24A55. Grayscale: #949494. Windows color (decimal): -11684438 or 11187533. OLE color: 11187533.
HSL color Cylindrical-coordinate representation of color #4DB5AA: hue angle of 173.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB5AA is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 170 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.29 |
| HSL | 173.65º | 0.41% | 0.51% | - |
| HSV(B) | 173.65º | 0.57% | 0.71% | - |
| XYZ | 26.84 | 37.53 | 43.86 | - |
| YUV | 148.65 | 140.04 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 170 | 0.57 | 0 | 0.06 | 0.29 | 173.65 | 0.41 | 0.51 |
| Hex | 4D | B5 | AA | 39 | 0 | 6 | 1D | AE | 29 | 33 |
| Octal | 115 | 265 | 252 | 71 | 0 | 6 | 35 | 256 | 51 | 63 |
| Binary | 1001101 | 10110101 | 10101010 | 111001 | 0 | 110 | 11101 | 10101110 | 101001 | 110011 |
Color Harmonies of #4DB5AA
Complementary color
Monochromatic Colors of #4DB5AA
Black with #4DB5AA
Text Example
Text Example
White with #4DB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5AA; }
p { color: rgb(77,181,170); }
H1.HeaderClassName
{
color: #4DB5AA;
}
.AnyTagClassName
{
color: #4DB5AA;
}
</style>
background-color css
<style>
a { background-color: #4DB5AA; }
a { background-color: rgb(77,181,170); }
div.DivClassName
{
background-color: #4DB5AA;
}
.BgClassName
{
background-color: #4DB5AA;
}
</style>
border-color css
<style>
span { border-color: #4DB5AA; }
span { border-color: rgb(77,181,170); }
td.TdClassName
{
border-color: #4DB5AA;
}
.TagClassName
{
border-color: #4DB5AA;
}
</style>