Shades of Puerto Rico #4BB8AD
Tints of Puerto Rico #4BB8AD
RGB
CMYK
RGB Variations
Color information
#4BB8AD (or 0x4BB8AD) is known color: Puerto Rico. HEX triplet: 4B, B8 and AD. RGB value is (75,184,173). Sum of RGB (Red+Green+Blue) = 75+184+173=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB8AD is #B44752. Grayscale: #969696. Windows color (decimal): -11814739 or 11384907. OLE color: 11384907.
HSL color Cylindrical-coordinate representation of color #4BB8AD: hue angle of 173.94º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB8AD is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 184 | 173 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.28 |
| HSL | 173.95º | 0.43% | 0.51% | - |
| HSV(B) | 173.95º | 0.59% | 0.72% | - |
| XYZ | 27.58 | 38.79 | 45.57 | - |
| YUV | 150.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 184 | 173 | 0.59 | 0 | 0.06 | 0.28 | 173.95 | 0.43 | 0.51 |
| Hex | 4B | B8 | AD | 3B | 0 | 6 | 1C | AE | 2B | 33 |
| Octal | 113 | 270 | 255 | 73 | 0 | 6 | 34 | 256 | 53 | 63 |
| Binary | 1001011 | 10111000 | 10101101 | 111011 | 0 | 110 | 11100 | 10101110 | 101011 | 110011 |
Color Harmonies of #4BB8AD
Complementary color
Monochromatic Colors of #4BB8AD
Black with #4BB8AD
Text Example
Text Example
White with #4BB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB8AD; }
p { color: rgb(75,184,173); }
H1.HeaderClassName
{
color: #4BB8AD;
}
.AnyTagClassName
{
color: #4BB8AD;
}
</style>
background-color css
<style>
a { background-color: #4BB8AD; }
a { background-color: rgb(75,184,173); }
div.DivClassName
{
background-color: #4BB8AD;
}
.BgClassName
{
background-color: #4BB8AD;
}
</style>
border-color css
<style>
span { border-color: #4BB8AD; }
span { border-color: rgb(75,184,173); }
td.TdClassName
{
border-color: #4BB8AD;
}
.TagClassName
{
border-color: #4BB8AD;
}
</style>