Shades of Puerto Rico #4DBE9C
Tints of Puerto Rico #4DBE9C
RGB
CMYK
RGB Variations
Color information
#4DBE9C (or 0x4DBE9C) is known color: Puerto Rico. HEX triplet: 4D, BE and 9C. RGB value is (77,190,156). Sum of RGB (Red+Green+Blue) = 77+190+156=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBE9C is #B24163. Grayscale: #989898. Windows color (decimal): -11682148 or 10272333. OLE color: 10272333.
HSL color Cylindrical-coordinate representation of color #4DBE9C: hue angle of 161.95º 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 #4DBE9C is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 156 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.25 |
| HSL | 161.95º | 0.47% | 0.52% | - |
| HSV(B) | 161.95º | 0.59% | 0.75% | - |
| XYZ | 27.47 | 40.8 | 37.88 | - |
| YUV | 152.34 | 130.06 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 156 | 0.59 | 0 | 0.18 | 0.25 | 161.95 | 0.47 | 0.52 |
| Hex | 4D | BE | 9C | 3B | 0 | 12 | 19 | A2 | 2F | 34 |
| Octal | 115 | 276 | 234 | 73 | 0 | 22 | 31 | 242 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10011100 | 111011 | 0 | 10010 | 11001 | 10100010 | 101111 | 110100 |
Color Harmonies of #4DBE9C
Complementary color
Monochromatic Colors of #4DBE9C
Black with #4DBE9C
Text Example
Text Example
White with #4DBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE9C; }
p { color: rgb(77,190,156); }
H1.HeaderClassName
{
color: #4DBE9C;
}
.AnyTagClassName
{
color: #4DBE9C;
}
</style>
background-color css
<style>
a { background-color: #4DBE9C; }
a { background-color: rgb(77,190,156); }
div.DivClassName
{
background-color: #4DBE9C;
}
.BgClassName
{
background-color: #4DBE9C;
}
</style>
border-color css
<style>
span { border-color: #4DBE9C; }
span { border-color: rgb(77,190,156); }
td.TdClassName
{
border-color: #4DBE9C;
}
.TagClassName
{
border-color: #4DBE9C;
}
</style>