Shades of Puerto Rico #4DBDAE
Tints of Puerto Rico #4DBDAE
RGB
CMYK
RGB Variations
Color information
#4DBDAE (or 0x4DBDAE) is known color: Puerto Rico. HEX triplet: 4D, BD and AE. RGB value is (77,189,174). Sum of RGB (Red+Green+Blue) = 77+189+174=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBDAE is #B24251. Grayscale: #999999. Windows color (decimal): -11682386 or 11451725. OLE color: 11451725.
HSL color Cylindrical-coordinate representation of color #4DBDAE: hue angle of 171.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBDAE is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 174 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.26 |
| HSL | 171.96º | 0.46% | 0.52% | - |
| HSV(B) | 171.96º | 0.59% | 0.74% | - |
| XYZ | 28.9 | 41.03 | 46.44 | - |
| YUV | 153.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 174 | 0.59 | 0 | 0.08 | 0.26 | 171.96 | 0.46 | 0.52 |
| Hex | 4D | BD | AE | 3B | 0 | 8 | 1A | AC | 2E | 34 |
| Octal | 115 | 275 | 256 | 73 | 0 | 10 | 32 | 254 | 56 | 64 |
| Binary | 1001101 | 10111101 | 10101110 | 111011 | 0 | 1000 | 11010 | 10101100 | 101110 | 110100 |
Color Harmonies of #4DBDAE
Complementary color
Monochromatic Colors of #4DBDAE
Black with #4DBDAE
Text Example
Text Example
White with #4DBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDAE; }
p { color: rgb(77,189,174); }
H1.HeaderClassName
{
color: #4DBDAE;
}
.AnyTagClassName
{
color: #4DBDAE;
}
</style>
background-color css
<style>
a { background-color: #4DBDAE; }
a { background-color: rgb(77,189,174); }
div.DivClassName
{
background-color: #4DBDAE;
}
.BgClassName
{
background-color: #4DBDAE;
}
</style>
border-color css
<style>
span { border-color: #4DBDAE; }
span { border-color: rgb(77,189,174); }
td.TdClassName
{
border-color: #4DBDAE;
}
.TagClassName
{
border-color: #4DBDAE;
}
</style>