Shades of Puerto Rico #4AB498
Tints of Puerto Rico #4AB498
RGB
CMYK
RGB Variations
Color information
#4AB498 (or 0x4AB498) is known color: Puerto Rico. HEX triplet: 4A, B4 and 98. RGB value is (74,180,152). Sum of RGB (Red+Green+Blue) = 74+180+152=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB498 is #B54B67. Grayscale: #919191. Windows color (decimal): -11881320 or 10007626. OLE color: 10007626.
HSL color Cylindrical-coordinate representation of color #4AB498: hue angle of 164.15º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB498 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 152 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.29 |
| HSL | 164.15º | 0.42% | 0.5% | - |
| HSV(B) | 164.15º | 0.59% | 0.71% | - |
| XYZ | 24.81 | 36.37 | 35.42 | - |
| YUV | 145.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 152 | 0.59 | 0 | 0.16 | 0.29 | 164.15 | 0.42 | 0.5 |
| Hex | 4A | B4 | 98 | 3B | 0 | 10 | 1D | A4 | 2A | 32 |
| Octal | 112 | 264 | 230 | 73 | 0 | 20 | 35 | 244 | 52 | 62 |
| Binary | 1001010 | 10110100 | 10011000 | 111011 | 0 | 10000 | 11101 | 10100100 | 101010 | 110010 |
Color Harmonies of #4AB498
Complementary color
Monochromatic Colors of #4AB498
Black with #4AB498
Text Example
Text Example
White with #4AB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB498; }
p { color: rgb(74,180,152); }
H1.HeaderClassName
{
color: #4AB498;
}
.AnyTagClassName
{
color: #4AB498;
}
</style>
background-color css
<style>
a { background-color: #4AB498; }
a { background-color: rgb(74,180,152); }
div.DivClassName
{
background-color: #4AB498;
}
.BgClassName
{
background-color: #4AB498;
}
</style>
border-color css
<style>
span { border-color: #4AB498; }
span { border-color: rgb(74,180,152); }
td.TdClassName
{
border-color: #4AB498;
}
.TagClassName
{
border-color: #4AB498;
}
</style>