Shades of Puerto Rico #4BC6AD
Tints of Puerto Rico #4BC6AD
RGB
CMYK
RGB Variations
Color information
#4BC6AD (or 0x4BC6AD) is known color: Puerto Rico. HEX triplet: 4B, C6 and AD. RGB value is (75,198,173). Sum of RGB (Red+Green+Blue) = 75+198+173=446 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.82% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC6AD is #B43952. Grayscale: #9E9E9E. Windows color (decimal): -11811155 or 11388491. OLE color: 11388491.
HSL color Cylindrical-coordinate representation of color #4BC6AD: hue angle of 167.8º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC6AD is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 198 | 173 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.22 |
| HSL | 167.8º | 0.52% | 0.54% | - |
| HSV(B) | 167.8º | 0.62% | 0.78% | - |
| XYZ | 30.64 | 44.9 | 46.59 | - |
| YUV | 158.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 198 | 173 | 0.62 | 0 | 0.13 | 0.22 | 167.8 | 0.52 | 0.54 |
| Hex | 4B | C6 | AD | 3E | 0 | D | 16 | A8 | 34 | 36 |
| Octal | 113 | 306 | 255 | 76 | 0 | 15 | 26 | 250 | 64 | 66 |
| Binary | 1001011 | 11000110 | 10101101 | 111110 | 0 | 1101 | 10110 | 10101000 | 110100 | 110110 |
Color Harmonies of #4BC6AD
Complementary color
Monochromatic Colors of #4BC6AD
Black with #4BC6AD
Text Example
Text Example
White with #4BC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC6AD; }
p { color: rgb(75,198,173); }
H1.HeaderClassName
{
color: #4BC6AD;
}
.AnyTagClassName
{
color: #4BC6AD;
}
</style>
background-color css
<style>
a { background-color: #4BC6AD; }
a { background-color: rgb(75,198,173); }
div.DivClassName
{
background-color: #4BC6AD;
}
.BgClassName
{
background-color: #4BC6AD;
}
</style>
border-color css
<style>
span { border-color: #4BC6AD; }
span { border-color: rgb(75,198,173); }
td.TdClassName
{
border-color: #4BC6AD;
}
.TagClassName
{
border-color: #4BC6AD;
}
</style>