Shades of Puerto Rico #4CBBAF
Tints of Puerto Rico #4CBBAF
RGB
CMYK
RGB Variations
Color information
#4CBBAF (or 0x4CBBAF) is known color: Puerto Rico. HEX triplet: 4C, BB and AF. RGB value is (76,187,175). Sum of RGB (Red+Green+Blue) = 76+187+175=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBBAF is #B34450. Grayscale: #989898. Windows color (decimal): -11748433 or 11516748. OLE color: 11516748.
HSL color Cylindrical-coordinate representation of color #4CBBAF: hue angle of 173.51º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBBAF is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 187 | 175 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.27 |
| HSL | 173.51º | 0.45% | 0.52% | - |
| HSV(B) | 173.51º | 0.59% | 0.73% | - |
| XYZ | 28.49 | 40.17 | 46.81 | - |
| YUV | 152.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 187 | 175 | 0.59 | 0 | 0.06 | 0.27 | 173.51 | 0.45 | 0.52 |
| Hex | 4C | BB | AF | 3B | 0 | 6 | 1B | AE | 2D | 34 |
| Octal | 114 | 273 | 257 | 73 | 0 | 6 | 33 | 256 | 55 | 64 |
| Binary | 1001100 | 10111011 | 10101111 | 111011 | 0 | 110 | 11011 | 10101110 | 101101 | 110100 |
Color Harmonies of #4CBBAF
Complementary color
Monochromatic Colors of #4CBBAF
Black with #4CBBAF
Text Example
Text Example
White with #4CBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBBAF; }
p { color: rgb(76,187,175); }
H1.HeaderClassName
{
color: #4CBBAF;
}
.AnyTagClassName
{
color: #4CBBAF;
}
</style>
background-color css
<style>
a { background-color: #4CBBAF; }
a { background-color: rgb(76,187,175); }
div.DivClassName
{
background-color: #4CBBAF;
}
.BgClassName
{
background-color: #4CBBAF;
}
</style>
border-color css
<style>
span { border-color: #4CBBAF; }
span { border-color: rgb(76,187,175); }
td.TdClassName
{
border-color: #4CBBAF;
}
.TagClassName
{
border-color: #4CBBAF;
}
</style>