Shades of Puerto Rico #4DAF9D
Tints of Puerto Rico #4DAF9D
RGB
CMYK
RGB Variations
Color information
#4DAF9D (or 0x4DAF9D) is known color: Puerto Rico. HEX triplet: 4D, AF and 9D. RGB value is (77,175,157). Sum of RGB (Red+Green+Blue) = 77+175+157=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF9D is #B25062. Grayscale: #8F8F8F. Windows color (decimal): -11685987 or 10334029. OLE color: 10334029.
HSL color Cylindrical-coordinate representation of color #4DAF9D: hue angle of 168.98º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF9D is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 157 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.31 |
| HSL | 168.98º | 0.39% | 0.49% | - |
| HSV(B) | 168.98º | 0.56% | 0.69% | - |
| XYZ | 24.48 | 34.67 | 37.3 | - |
| YUV | 143.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 157 | 0.56 | 0 | 0.10 | 0.31 | 168.98 | 0.39 | 0.49 |
| Hex | 4D | AF | 9D | 38 | 0 | A | 1F | A9 | 27 | 31 |
| Octal | 115 | 257 | 235 | 70 | 0 | 12 | 37 | 251 | 47 | 61 |
| Binary | 1001101 | 10101111 | 10011101 | 111000 | 0 | 1010 | 11111 | 10101001 | 100111 | 110001 |
Color Harmonies of #4DAF9D
Complementary color
Monochromatic Colors of #4DAF9D
Black with #4DAF9D
Text Example
Text Example
White with #4DAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF9D; }
p { color: rgb(77,175,157); }
H1.HeaderClassName
{
color: #4DAF9D;
}
.AnyTagClassName
{
color: #4DAF9D;
}
</style>
background-color css
<style>
a { background-color: #4DAF9D; }
a { background-color: rgb(77,175,157); }
div.DivClassName
{
background-color: #4DAF9D;
}
.BgClassName
{
background-color: #4DAF9D;
}
</style>
border-color css
<style>
span { border-color: #4DAF9D; }
span { border-color: rgb(77,175,157); }
td.TdClassName
{
border-color: #4DAF9D;
}
.TagClassName
{
border-color: #4DAF9D;
}
</style>