Shades of Puerto Rico #4DB09C
Tints of Puerto Rico #4DB09C
RGB
CMYK
RGB Variations
Color information
#4DB09C (or 0x4DB09C) is known color: Puerto Rico. HEX triplet: 4D, B0 and 9C. RGB value is (77,176,156). Sum of RGB (Red+Green+Blue) = 77+176+156=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB09C is #B24F63. Grayscale: #909090. Windows color (decimal): -11685732 or 10268749. OLE color: 10268749.
HSL color Cylindrical-coordinate representation of color #4DB09C: hue angle of 167.88º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB09C is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 156 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.31 |
| HSL | 167.88º | 0.39% | 0.5% | - |
| HSV(B) | 167.88º | 0.56% | 0.69% | - |
| XYZ | 24.59 | 35.03 | 36.92 | - |
| YUV | 144.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 156 | 0.56 | 0 | 0.11 | 0.31 | 167.88 | 0.39 | 0.5 |
| Hex | 4D | B0 | 9C | 38 | 0 | B | 1F | A8 | 27 | 32 |
| Octal | 115 | 260 | 234 | 70 | 0 | 13 | 37 | 250 | 47 | 62 |
| Binary | 1001101 | 10110000 | 10011100 | 111000 | 0 | 1011 | 11111 | 10101000 | 100111 | 110010 |
Color Harmonies of #4DB09C
Complementary color
Monochromatic Colors of #4DB09C
Black with #4DB09C
Text Example
Text Example
White with #4DB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB09C; }
p { color: rgb(77,176,156); }
H1.HeaderClassName
{
color: #4DB09C;
}
.AnyTagClassName
{
color: #4DB09C;
}
</style>
background-color css
<style>
a { background-color: #4DB09C; }
a { background-color: rgb(77,176,156); }
div.DivClassName
{
background-color: #4DB09C;
}
.BgClassName
{
background-color: #4DB09C;
}
</style>
border-color css
<style>
span { border-color: #4DB09C; }
span { border-color: rgb(77,176,156); }
td.TdClassName
{
border-color: #4DB09C;
}
.TagClassName
{
border-color: #4DB09C;
}
</style>