Shades of Puerto Rico #4AB697
Tints of Puerto Rico #4AB697
RGB
CMYK
RGB Variations
Color information
#4AB697 (or 0x4AB697) is known color: Puerto Rico. HEX triplet: 4A, B6 and 97. RGB value is (74,182,151). Sum of RGB (Red+Green+Blue) = 74+182+151=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB697 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB697 is #B54968. Grayscale: #929292. Windows color (decimal): -11880809 or 9942602. OLE color: 9942602.
HSL color Cylindrical-coordinate representation of color #4AB697: hue angle of 162.78º degrees, saturation: 0.43, 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 #4AB697 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 151 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.29 |
| HSL | 162.78º | 0.43% | 0.5% | - |
| HSV(B) | 162.78º | 0.59% | 0.71% | - |
| XYZ | 25.14 | 37.15 | 35.12 | - |
| YUV | 146.17 | 130.72 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 151 | 0.59 | 0 | 0.17 | 0.29 | 162.78 | 0.43 | 0.5 |
| Hex | 4A | B6 | 97 | 3B | 0 | 11 | 1D | A3 | 2B | 32 |
| Octal | 112 | 266 | 227 | 73 | 0 | 21 | 35 | 243 | 53 | 62 |
| Binary | 1001010 | 10110110 | 10010111 | 111011 | 0 | 10001 | 11101 | 10100011 | 101011 | 110010 |
Color Harmonies of #4AB697
Complementary color
Monochromatic Colors of #4AB697
Black with #4AB697
Text Example
Text Example
White with #4AB697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB697; }
p { color: rgb(74,182,151); }
H1.HeaderClassName
{
color: #4AB697;
}
.AnyTagClassName
{
color: #4AB697;
}
</style>
background-color css
<style>
a { background-color: #4AB697; }
a { background-color: rgb(74,182,151); }
div.DivClassName
{
background-color: #4AB697;
}
.BgClassName
{
background-color: #4AB697;
}
</style>
border-color css
<style>
span { border-color: #4AB697; }
span { border-color: rgb(74,182,151); }
td.TdClassName
{
border-color: #4AB697;
}
.TagClassName
{
border-color: #4AB697;
}
</style>