Shades of Puerto Rico #4ABFB0
Tints of Puerto Rico #4ABFB0
RGB
CMYK
RGB Variations
Color information
#4ABFB0 (or 0x4ABFB0) is known color: Puerto Rico. HEX triplet: 4A, BF and B0. RGB value is (74,191,176). Sum of RGB (Red+Green+Blue) = 74+191+176=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABFB0 is #B5404F. Grayscale: #9A9A9A. Windows color (decimal): -11878480 or 11583306. OLE color: 11583306.
HSL color Cylindrical-coordinate representation of color #4ABFB0: hue angle of 172.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABFB0 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 176 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.25 |
| HSL | 172.31º | 0.48% | 0.52% | - |
| HSV(B) | 172.31º | 0.61% | 0.75% | - |
| XYZ | 29.29 | 41.85 | 47.61 | - |
| YUV | 154.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 176 | 0.61 | 0 | 0.08 | 0.25 | 172.31 | 0.48 | 0.52 |
| Hex | 4A | BF | B0 | 3D | 0 | 8 | 19 | AC | 30 | 34 |
| Octal | 112 | 277 | 260 | 75 | 0 | 10 | 31 | 254 | 60 | 64 |
| Binary | 1001010 | 10111111 | 10110000 | 111101 | 0 | 1000 | 11001 | 10101100 | 110000 | 110100 |
Color Harmonies of #4ABFB0
Complementary color
Monochromatic Colors of #4ABFB0
Black with #4ABFB0
Text Example
Text Example
White with #4ABFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFB0; }
p { color: rgb(74,191,176); }
H1.HeaderClassName
{
color: #4ABFB0;
}
.AnyTagClassName
{
color: #4ABFB0;
}
</style>
background-color css
<style>
a { background-color: #4ABFB0; }
a { background-color: rgb(74,191,176); }
div.DivClassName
{
background-color: #4ABFB0;
}
.BgClassName
{
background-color: #4ABFB0;
}
</style>
border-color css
<style>
span { border-color: #4ABFB0; }
span { border-color: rgb(74,191,176); }
td.TdClassName
{
border-color: #4ABFB0;
}
.TagClassName
{
border-color: #4ABFB0;
}
</style>