Shades of Puerto Rico #4BB0A2
Tints of Puerto Rico #4BB0A2
RGB
CMYK
RGB Variations
Color information
#4BB0A2 (or 0x4BB0A2) is known color: Puerto Rico. HEX triplet: 4B, B0 and A2. RGB value is (75,176,162). Sum of RGB (Red+Green+Blue) = 75+176+162=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #4BB0A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB0A2 is #B44F5D. Grayscale: #909090. Windows color (decimal): -11816798 or 10661963. OLE color: 10661963.
HSL color Cylindrical-coordinate representation of color #4BB0A2: hue angle of 171.68º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BB0A2 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 176 | 162 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.31 |
| HSL | 171.68º | 0.4% | 0.49% | - |
| HSV(B) | 171.68º | 0.57% | 0.69% | - |
| XYZ | 24.95 | 35.16 | 39.65 | - |
| YUV | 144.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 176 | 162 | 0.57 | 0 | 0.08 | 0.31 | 171.68 | 0.4 | 0.49 |
| Hex | 4B | B0 | A2 | 39 | 0 | 8 | 1F | AC | 28 | 31 |
| Octal | 113 | 260 | 242 | 71 | 0 | 10 | 37 | 254 | 50 | 61 |
| Binary | 1001011 | 10110000 | 10100010 | 111001 | 0 | 1000 | 11111 | 10101100 | 101000 | 110001 |
Color Harmonies of #4BB0A2
Complementary color
Monochromatic Colors of #4BB0A2
Black with #4BB0A2
Text Example
Text Example
White with #4BB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB0A2; }
p { color: rgb(75,176,162); }
H1.HeaderClassName
{
color: #4BB0A2;
}
.AnyTagClassName
{
color: #4BB0A2;
}
</style>
background-color css
<style>
a { background-color: #4BB0A2; }
a { background-color: rgb(75,176,162); }
div.DivClassName
{
background-color: #4BB0A2;
}
.BgClassName
{
background-color: #4BB0A2;
}
</style>
border-color css
<style>
span { border-color: #4BB0A2; }
span { border-color: rgb(75,176,162); }
td.TdClassName
{
border-color: #4BB0A2;
}
.TagClassName
{
border-color: #4BB0A2;
}
</style>