Shades of Puerto Rico #4DC9AF
Tints of Puerto Rico #4DC9AF
RGB
CMYK
RGB Variations
Color information
#4DC9AF (or 0x4DC9AF) is known color: Puerto Rico. HEX triplet: 4D, C9 and AF. RGB value is (77,201,175). Sum of RGB (Red+Green+Blue) = 77+201+175=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC9AF is #B23650. Grayscale: #A0A0A0. Windows color (decimal): -11679313 or 11520333. OLE color: 11520333.
HSL color Cylindrical-coordinate representation of color #4DC9AF: hue angle of 167.42º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC9AF is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 175 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.21 |
| HSL | 167.42º | 0.53% | 0.55% | - |
| HSV(B) | 167.42º | 0.62% | 0.79% | - |
| XYZ | 31.69 | 46.45 | 47.85 | - |
| YUV | 160.96 | 135.92 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 175 | 0.62 | 0 | 0.13 | 0.21 | 167.42 | 0.53 | 0.55 |
| Hex | 4D | C9 | AF | 3E | 0 | D | 15 | A7 | 35 | 37 |
| Octal | 115 | 311 | 257 | 76 | 0 | 15 | 25 | 247 | 65 | 67 |
| Binary | 1001101 | 11001001 | 10101111 | 111110 | 0 | 1101 | 10101 | 10100111 | 110101 | 110111 |
Color Harmonies of #4DC9AF
Complementary color
Monochromatic Colors of #4DC9AF
Black with #4DC9AF
Text Example
Text Example
White with #4DC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC9AF; }
p { color: rgb(77,201,175); }
H1.HeaderClassName
{
color: #4DC9AF;
}
.AnyTagClassName
{
color: #4DC9AF;
}
</style>
background-color css
<style>
a { background-color: #4DC9AF; }
a { background-color: rgb(77,201,175); }
div.DivClassName
{
background-color: #4DC9AF;
}
.BgClassName
{
background-color: #4DC9AF;
}
</style>
border-color css
<style>
span { border-color: #4DC9AF; }
span { border-color: rgb(77,201,175); }
td.TdClassName
{
border-color: #4DC9AF;
}
.TagClassName
{
border-color: #4DC9AF;
}
</style>