Shades of Puerto Rico #4BAA9C
Tints of Puerto Rico #4BAA9C
RGB
CMYK
RGB Variations
Color information
#4BAA9C (or 0x4BAA9C) is known color: Puerto Rico. HEX triplet: 4B, AA and 9C. RGB value is (75,170,156). Sum of RGB (Red+Green+Blue) = 75+170+156=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAA9C is #B45563. Grayscale: #8B8B8B. Windows color (decimal): -11818340 or 10267211. OLE color: 10267211.
HSL color Cylindrical-coordinate representation of color #4BAA9C: hue angle of 171.16º degrees, saturation: 0.39, 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 #4BAA9C is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 170 | 156 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.33 |
| HSL | 171.16º | 0.39% | 0.48% | - |
| HSV(B) | 171.16º | 0.56% | 0.67% | - |
| XYZ | 23.28 | 32.65 | 36.53 | - |
| YUV | 140 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 156 | 0.56 | 0 | 0.08 | 0.33 | 171.16 | 0.39 | 0.48 |
| Hex | 4B | AA | 9C | 38 | 0 | 8 | 21 | AB | 27 | 30 |
| Octal | 113 | 252 | 234 | 70 | 0 | 10 | 41 | 253 | 47 | 60 |
| Binary | 1001011 | 10101010 | 10011100 | 111000 | 0 | 1000 | 100001 | 10101011 | 100111 | 110000 |
Color Harmonies of #4BAA9C
Complementary color
Monochromatic Colors of #4BAA9C
Black with #4BAA9C
Text Example
Text Example
White with #4BAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAA9C; }
p { color: rgb(75,170,156); }
H1.HeaderClassName
{
color: #4BAA9C;
}
.AnyTagClassName
{
color: #4BAA9C;
}
</style>
background-color css
<style>
a { background-color: #4BAA9C; }
a { background-color: rgb(75,170,156); }
div.DivClassName
{
background-color: #4BAA9C;
}
.BgClassName
{
background-color: #4BAA9C;
}
</style>
border-color css
<style>
span { border-color: #4BAA9C; }
span { border-color: rgb(75,170,156); }
td.TdClassName
{
border-color: #4BAA9C;
}
.TagClassName
{
border-color: #4BAA9C;
}
</style>