Shades of Puerto Rico #4DBAB3
Tints of Puerto Rico #4DBAB3
RGB
CMYK
RGB Variations
Color information
#4DBAB3 (or 0x4DBAB3) is known color: Puerto Rico. HEX triplet: 4D, BA and B3. RGB value is (77,186,179). Sum of RGB (Red+Green+Blue) = 77+186+179=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBAB3 is #B2454C. Grayscale: #989898. Windows color (decimal): -11683149 or 11778637. OLE color: 11778637.
HSL color Cylindrical-coordinate representation of color #4DBAB3: hue angle of 176.15º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBAB3 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 179 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.27 |
| HSL | 176.15º | 0.44% | 0.52% | - |
| HSV(B) | 176.15º | 0.59% | 0.73% | - |
| XYZ | 28.76 | 39.95 | 48.84 | - |
| YUV | 152.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 179 | 0.59 | 0 | 0.04 | 0.27 | 176.15 | 0.44 | 0.52 |
| Hex | 4D | BA | B3 | 3B | 0 | 4 | 1B | B0 | 2C | 34 |
| Octal | 115 | 272 | 263 | 73 | 0 | 4 | 33 | 260 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10110011 | 111011 | 0 | 100 | 11011 | 10110000 | 101100 | 110100 |
Color Harmonies of #4DBAB3
Complementary color
Monochromatic Colors of #4DBAB3
Black with #4DBAB3
Text Example
Text Example
White with #4DBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAB3; }
p { color: rgb(77,186,179); }
H1.HeaderClassName
{
color: #4DBAB3;
}
.AnyTagClassName
{
color: #4DBAB3;
}
</style>
background-color css
<style>
a { background-color: #4DBAB3; }
a { background-color: rgb(77,186,179); }
div.DivClassName
{
background-color: #4DBAB3;
}
.BgClassName
{
background-color: #4DBAB3;
}
</style>
border-color css
<style>
span { border-color: #4DBAB3; }
span { border-color: rgb(77,186,179); }
td.TdClassName
{
border-color: #4DBAB3;
}
.TagClassName
{
border-color: #4DBAB3;
}
</style>