Shades of Puerto Rico #4BC0AD
Tints of Puerto Rico #4BC0AD
RGB
CMYK
RGB Variations
Color information
#4BC0AD (or 0x4BC0AD) is known color: Puerto Rico. HEX triplet: 4B, C0 and AD. RGB value is (75,192,173). Sum of RGB (Red+Green+Blue) = 75+192+173=440 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.05% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC0AD is #B43F52. Grayscale: #9A9A9A. Windows color (decimal): -11812691 or 11386955. OLE color: 11386955.
HSL color Cylindrical-coordinate representation of color #4BC0AD: hue angle of 170.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC0AD is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 173 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.25 |
| HSL | 170.26º | 0.48% | 0.52% | - |
| HSV(B) | 170.26º | 0.61% | 0.75% | - |
| XYZ | 29.29 | 42.21 | 46.14 | - |
| YUV | 154.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 173 | 0.61 | 0 | 0.10 | 0.25 | 170.26 | 0.48 | 0.52 |
| Hex | 4B | C0 | AD | 3D | 0 | A | 19 | AA | 30 | 34 |
| Octal | 113 | 300 | 255 | 75 | 0 | 12 | 31 | 252 | 60 | 64 |
| Binary | 1001011 | 11000000 | 10101101 | 111101 | 0 | 1010 | 11001 | 10101010 | 110000 | 110100 |
Color Harmonies of #4BC0AD
Complementary color
Monochromatic Colors of #4BC0AD
Black with #4BC0AD
Text Example
Text Example
White with #4BC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC0AD; }
p { color: rgb(75,192,173); }
H1.HeaderClassName
{
color: #4BC0AD;
}
.AnyTagClassName
{
color: #4BC0AD;
}
</style>
background-color css
<style>
a { background-color: #4BC0AD; }
a { background-color: rgb(75,192,173); }
div.DivClassName
{
background-color: #4BC0AD;
}
.BgClassName
{
background-color: #4BC0AD;
}
</style>
border-color css
<style>
span { border-color: #4BC0AD; }
span { border-color: rgb(75,192,173); }
td.TdClassName
{
border-color: #4BC0AD;
}
.TagClassName
{
border-color: #4BC0AD;
}
</style>