Shades of Puerto Rico #4CB3AD
Tints of Puerto Rico #4CB3AD
RGB
CMYK
RGB Variations
Color information
#4CB3AD (or 0x4CB3AD) is known color: Puerto Rico. HEX triplet: 4C, B3 and AD. RGB value is (76,179,173). Sum of RGB (Red+Green+Blue) = 76+179+173=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB3AD is #B34C52. Grayscale: #939393. Windows color (decimal): -11750483 or 11383628. OLE color: 11383628.
HSL color Cylindrical-coordinate representation of color #4CB3AD: hue angle of 176.5º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB3AD is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 173 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.30 |
| HSL | 176.5º | 0.4% | 0.5% | - |
| HSV(B) | 176.5º | 0.58% | 0.7% | - |
| XYZ | 26.64 | 36.79 | 45.23 | - |
| YUV | 147.52 | 142.38 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 173 | 0.58 | 0 | 0.03 | 0.30 | 176.5 | 0.4 | 0.5 |
| Hex | 4C | B3 | AD | 3A | 0 | 3 | 1E | B1 | 28 | 32 |
| Octal | 114 | 263 | 255 | 72 | 0 | 3 | 36 | 261 | 50 | 62 |
| Binary | 1001100 | 10110011 | 10101101 | 111010 | 0 | 11 | 11110 | 10110001 | 101000 | 110010 |
Color Harmonies of #4CB3AD
Complementary color
Monochromatic Colors of #4CB3AD
Black with #4CB3AD
Text Example
Text Example
White with #4CB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB3AD; }
p { color: rgb(76,179,173); }
H1.HeaderClassName
{
color: #4CB3AD;
}
.AnyTagClassName
{
color: #4CB3AD;
}
</style>
background-color css
<style>
a { background-color: #4CB3AD; }
a { background-color: rgb(76,179,173); }
div.DivClassName
{
background-color: #4CB3AD;
}
.BgClassName
{
background-color: #4CB3AD;
}
</style>
border-color css
<style>
span { border-color: #4CB3AD; }
span { border-color: rgb(76,179,173); }
td.TdClassName
{
border-color: #4CB3AD;
}
.TagClassName
{
border-color: #4CB3AD;
}
</style>