Shades of Puerto Rico #4DBAB2
Tints of Puerto Rico #4DBAB2
RGB
CMYK
RGB Variations
Color information
#4DBAB2 (or 0x4DBAB2) is known color: Puerto Rico. HEX triplet: 4D, BA and B2. RGB value is (77,186,178). Sum of RGB (Red+Green+Blue) = 77+186+178=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBAB2 is #B2454D. Grayscale: #989898. Windows color (decimal): -11683150 or 11713101. OLE color: 11713101.
HSL color Cylindrical-coordinate representation of color #4DBAB2: hue angle of 175.6º 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 #4DBAB2 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 178 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.27 |
| HSL | 175.6º | 0.44% | 0.52% | - |
| HSV(B) | 175.6º | 0.59% | 0.73% | - |
| XYZ | 28.66 | 39.91 | 48.31 | - |
| YUV | 152.5 | 142.39 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 178 | 0.59 | 0 | 0.04 | 0.27 | 175.6 | 0.44 | 0.52 |
| Hex | 4D | BA | B2 | 3B | 0 | 4 | 1B | B0 | 2C | 34 |
| Octal | 115 | 272 | 262 | 73 | 0 | 4 | 33 | 260 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10110010 | 111011 | 0 | 100 | 11011 | 10110000 | 101100 | 110100 |
Color Harmonies of #4DBAB2
Complementary color
Monochromatic Colors of #4DBAB2
Black with #4DBAB2
Text Example
Text Example
White with #4DBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAB2; }
p { color: rgb(77,186,178); }
H1.HeaderClassName
{
color: #4DBAB2;
}
.AnyTagClassName
{
color: #4DBAB2;
}
</style>
background-color css
<style>
a { background-color: #4DBAB2; }
a { background-color: rgb(77,186,178); }
div.DivClassName
{
background-color: #4DBAB2;
}
.BgClassName
{
background-color: #4DBAB2;
}
</style>
border-color css
<style>
span { border-color: #4DBAB2; }
span { border-color: rgb(77,186,178); }
td.TdClassName
{
border-color: #4DBAB2;
}
.TagClassName
{
border-color: #4DBAB2;
}
</style>