Shades of Puerto Rico #4AB7A8
Tints of Puerto Rico #4AB7A8
RGB
CMYK
RGB Variations
Color information
#4AB7A8 (or 0x4AB7A8) is known color: Puerto Rico. HEX triplet: 4A, B7 and A8. RGB value is (74,183,168). Sum of RGB (Red+Green+Blue) = 74+183+168=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB7A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB7A8 is #B54857. Grayscale: #949494. Windows color (decimal): -11880536 or 11056970. OLE color: 11056970.
HSL color Cylindrical-coordinate representation of color #4AB7A8: hue angle of 171.74º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB7A8 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 168 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.28 |
| HSL | 171.74º | 0.43% | 0.5% | - |
| HSV(B) | 171.74º | 0.6% | 0.72% | - |
| XYZ | 26.83 | 38.15 | 43 | - |
| YUV | 148.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 168 | 0.60 | 0 | 0.08 | 0.28 | 171.74 | 0.43 | 0.5 |
| Hex | 4A | B7 | A8 | 3C | 0 | 8 | 1C | AC | 2B | 32 |
| Octal | 112 | 267 | 250 | 74 | 0 | 10 | 34 | 254 | 53 | 62 |
| Binary | 1001010 | 10110111 | 10101000 | 111100 | 0 | 1000 | 11100 | 10101100 | 101011 | 110010 |
Color Harmonies of #4AB7A8
Complementary color
Monochromatic Colors of #4AB7A8
Black with #4AB7A8
Text Example
Text Example
White with #4AB7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB7A8; }
p { color: rgb(74,183,168); }
H1.HeaderClassName
{
color: #4AB7A8;
}
.AnyTagClassName
{
color: #4AB7A8;
}
</style>
background-color css
<style>
a { background-color: #4AB7A8; }
a { background-color: rgb(74,183,168); }
div.DivClassName
{
background-color: #4AB7A8;
}
.BgClassName
{
background-color: #4AB7A8;
}
</style>
border-color css
<style>
span { border-color: #4AB7A8; }
span { border-color: rgb(74,183,168); }
td.TdClassName
{
border-color: #4AB7A8;
}
.TagClassName
{
border-color: #4AB7A8;
}
</style>