Shades of Puerto Rico #4AB999
Tints of Puerto Rico #4AB999
RGB
CMYK
RGB Variations
Color information
#4AB999 (or 0x4AB999) is known color: Puerto Rico. HEX triplet: 4A, B9 and 99. RGB value is (74,185,153). Sum of RGB (Red+Green+Blue) = 74+185+153=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB999 is #B54666. Grayscale: #949494. Windows color (decimal): -11880039 or 10074442. OLE color: 10074442.
HSL color Cylindrical-coordinate representation of color #4AB999: hue angle of 162.7º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB999 is Cyan = 0.6, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 185 | 153 | - |
| CMYK | 0.6 | 0 | 0.17 | 0.27 |
| HSL | 162.7º | 0.44% | 0.51% | - |
| HSV(B) | 162.7º | 0.6% | 0.73% | - |
| XYZ | 25.92 | 38.45 | 36.19 | - |
| YUV | 148.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 185 | 153 | 0.6 | 0 | 0.17 | 0.27 | 162.7 | 0.44 | 0.51 |
| Hex | 4A | B9 | 99 | 3C | 0 | 11 | 1B | A3 | 2C | 33 |
| Octal | 112 | 271 | 231 | 74 | 0 | 21 | 33 | 243 | 54 | 63 |
| Binary | 1001010 | 10111001 | 10011001 | 111100 | 0 | 10001 | 11011 | 10100011 | 101100 | 110011 |
Color Harmonies of #4AB999
Complementary color
Monochromatic Colors of #4AB999
Black with #4AB999
Text Example
Text Example
White with #4AB999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB999; }
p { color: rgb(74,185,153); }
H1.HeaderClassName
{
color: #4AB999;
}
.AnyTagClassName
{
color: #4AB999;
}
</style>
background-color css
<style>
a { background-color: #4AB999; }
a { background-color: rgb(74,185,153); }
div.DivClassName
{
background-color: #4AB999;
}
.BgClassName
{
background-color: #4AB999;
}
</style>
border-color css
<style>
span { border-color: #4AB999; }
span { border-color: rgb(74,185,153); }
td.TdClassName
{
border-color: #4AB999;
}
.TagClassName
{
border-color: #4AB999;
}
</style>