Shades of Puerto Rico #4ABCB0
Tints of Puerto Rico #4ABCB0
RGB
CMYK
RGB Variations
Color information
#4ABCB0 (or 0x4ABCB0) is known color: Puerto Rico. HEX triplet: 4A, BC and B0. RGB value is (74,188,176). Sum of RGB (Red+Green+Blue) = 74+188+176=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABCB0 is #B5434F. Grayscale: #989898. Windows color (decimal): -11879248 or 11582538. OLE color: 11582538.
HSL color Cylindrical-coordinate representation of color #4ABCB0: hue angle of 173.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCB0 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 176 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.26 |
| HSL | 173.68º | 0.46% | 0.51% | - |
| HSV(B) | 173.68º | 0.61% | 0.74% | - |
| XYZ | 28.64 | 40.56 | 47.39 | - |
| YUV | 152.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 176 | 0.61 | 0 | 0.06 | 0.26 | 173.68 | 0.46 | 0.51 |
| Hex | 4A | BC | B0 | 3D | 0 | 6 | 1A | AE | 2E | 33 |
| Octal | 112 | 274 | 260 | 75 | 0 | 6 | 32 | 256 | 56 | 63 |
| Binary | 1001010 | 10111100 | 10110000 | 111101 | 0 | 110 | 11010 | 10101110 | 101110 | 110011 |
Color Harmonies of #4ABCB0
Complementary color
Monochromatic Colors of #4ABCB0
Black with #4ABCB0
Text Example
Text Example
White with #4ABCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCB0; }
p { color: rgb(74,188,176); }
H1.HeaderClassName
{
color: #4ABCB0;
}
.AnyTagClassName
{
color: #4ABCB0;
}
</style>
background-color css
<style>
a { background-color: #4ABCB0; }
a { background-color: rgb(74,188,176); }
div.DivClassName
{
background-color: #4ABCB0;
}
.BgClassName
{
background-color: #4ABCB0;
}
</style>
border-color css
<style>
span { border-color: #4ABCB0; }
span { border-color: rgb(74,188,176); }
td.TdClassName
{
border-color: #4ABCB0;
}
.TagClassName
{
border-color: #4ABCB0;
}
</style>