Shades of Puerto Rico #4CAB9B
Tints of Puerto Rico #4CAB9B
RGB
CMYK
RGB Variations
Color information
#4CAB9B (or 0x4CAB9B) is known color: Puerto Rico. HEX triplet: 4C, AB and 9B. RGB value is (76,171,155). Sum of RGB (Red+Green+Blue) = 76+171+155=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAB9B is #B35464. Grayscale: #8C8C8C. Windows color (decimal): -11752549 or 10201932. OLE color: 10201932.
HSL color Cylindrical-coordinate representation of color #4CAB9B: hue angle of 169.89º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAB9B is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 171 | 155 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.33 |
| HSL | 169.89º | 0.38% | 0.48% | - |
| HSV(B) | 169.89º | 0.56% | 0.67% | - |
| XYZ | 23.46 | 33.03 | 36.15 | - |
| YUV | 140.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 155 | 0.56 | 0 | 0.09 | 0.33 | 169.89 | 0.38 | 0.48 |
| Hex | 4C | AB | 9B | 38 | 0 | 9 | 21 | AA | 26 | 30 |
| Octal | 114 | 253 | 233 | 70 | 0 | 11 | 41 | 252 | 46 | 60 |
| Binary | 1001100 | 10101011 | 10011011 | 111000 | 0 | 1001 | 100001 | 10101010 | 100110 | 110000 |
Color Harmonies of #4CAB9B
Complementary color
Monochromatic Colors of #4CAB9B
Black with #4CAB9B
Text Example
Text Example
White with #4CAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAB9B; }
p { color: rgb(76,171,155); }
H1.HeaderClassName
{
color: #4CAB9B;
}
.AnyTagClassName
{
color: #4CAB9B;
}
</style>
background-color css
<style>
a { background-color: #4CAB9B; }
a { background-color: rgb(76,171,155); }
div.DivClassName
{
background-color: #4CAB9B;
}
.BgClassName
{
background-color: #4CAB9B;
}
</style>
border-color css
<style>
span { border-color: #4CAB9B; }
span { border-color: rgb(76,171,155); }
td.TdClassName
{
border-color: #4CAB9B;
}
.TagClassName
{
border-color: #4CAB9B;
}
</style>