Shades of Puerto Rico #4BC4AD
Tints of Puerto Rico #4BC4AD
RGB
CMYK
RGB Variations
Color information
#4BC4AD (or 0x4BC4AD) is known color: Puerto Rico. HEX triplet: 4B, C4 and AD. RGB value is (75,196,173). Sum of RGB (Red+Green+Blue) = 75+196+173=444 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.89% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC4AD is #B43B52. Grayscale: #9D9D9D. Windows color (decimal): -11811667 or 11387979. OLE color: 11387979.
HSL color Cylindrical-coordinate representation of color #4BC4AD: hue angle of 168.6º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC4AD is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 196 | 173 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.23 |
| HSL | 168.6º | 0.51% | 0.53% | - |
| HSV(B) | 168.6º | 0.62% | 0.77% | - |
| XYZ | 30.18 | 43.99 | 46.44 | - |
| YUV | 157.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 196 | 173 | 0.62 | 0 | 0.12 | 0.23 | 168.6 | 0.51 | 0.53 |
| Hex | 4B | C4 | AD | 3E | 0 | C | 17 | A9 | 33 | 35 |
| Octal | 113 | 304 | 255 | 76 | 0 | 14 | 27 | 251 | 63 | 65 |
| Binary | 1001011 | 11000100 | 10101101 | 111110 | 0 | 1100 | 10111 | 10101001 | 110011 | 110101 |
Color Harmonies of #4BC4AD
Complementary color
Monochromatic Colors of #4BC4AD
Black with #4BC4AD
Text Example
Text Example
White with #4BC4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC4AD; }
p { color: rgb(75,196,173); }
H1.HeaderClassName
{
color: #4BC4AD;
}
.AnyTagClassName
{
color: #4BC4AD;
}
</style>
background-color css
<style>
a { background-color: #4BC4AD; }
a { background-color: rgb(75,196,173); }
div.DivClassName
{
background-color: #4BC4AD;
}
.BgClassName
{
background-color: #4BC4AD;
}
</style>
border-color css
<style>
span { border-color: #4BC4AD; }
span { border-color: rgb(75,196,173); }
td.TdClassName
{
border-color: #4BC4AD;
}
.TagClassName
{
border-color: #4BC4AD;
}
</style>