Shades of Puerto Rico #4DBE9B
Tints of Puerto Rico #4DBE9B
RGB
CMYK
RGB Variations
Color information
#4DBE9B (or 0x4DBE9B) is known color: Puerto Rico. HEX triplet: 4D, BE and 9B. RGB value is (77,190,155). Sum of RGB (Red+Green+Blue) = 77+190+155=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBE9B is #B24164. Grayscale: #989898. Windows color (decimal): -11682149 or 10206797. OLE color: 10206797.
HSL color Cylindrical-coordinate representation of color #4DBE9B: hue angle of 161.42º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE9B is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 155 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.25 |
| HSL | 161.42º | 0.47% | 0.52% | - |
| HSV(B) | 161.42º | 0.59% | 0.75% | - |
| XYZ | 27.39 | 40.77 | 37.44 | - |
| YUV | 152.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 155 | 0.59 | 0 | 0.18 | 0.25 | 161.42 | 0.47 | 0.52 |
| Hex | 4D | BE | 9B | 3B | 0 | 12 | 19 | A1 | 2F | 34 |
| Octal | 115 | 276 | 233 | 73 | 0 | 22 | 31 | 241 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10011011 | 111011 | 0 | 10010 | 11001 | 10100001 | 101111 | 110100 |
Color Harmonies of #4DBE9B
Complementary color
Monochromatic Colors of #4DBE9B
Black with #4DBE9B
Text Example
Text Example
White with #4DBE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE9B; }
p { color: rgb(77,190,155); }
H1.HeaderClassName
{
color: #4DBE9B;
}
.AnyTagClassName
{
color: #4DBE9B;
}
</style>
background-color css
<style>
a { background-color: #4DBE9B; }
a { background-color: rgb(77,190,155); }
div.DivClassName
{
background-color: #4DBE9B;
}
.BgClassName
{
background-color: #4DBE9B;
}
</style>
border-color css
<style>
span { border-color: #4DBE9B; }
span { border-color: rgb(77,190,155); }
td.TdClassName
{
border-color: #4DBE9B;
}
.TagClassName
{
border-color: #4DBE9B;
}
</style>