Shades of Puerto Rico #4AB099
Tints of Puerto Rico #4AB099
RGB
CMYK
RGB Variations
Color information
#4AB099 (or 0x4AB099) is known color: Puerto Rico. HEX triplet: 4A, B0 and 99. RGB value is (74,176,153). Sum of RGB (Red+Green+Blue) = 74+176+153=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB099 is #B54F66. Grayscale: #8E8E8E. Windows color (decimal): -11882343 or 10072138. OLE color: 10072138.
HSL color Cylindrical-coordinate representation of color #4AB099: hue angle of 166.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB099 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 153 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.31 |
| HSL | 166.47º | 0.41% | 0.49% | - |
| HSV(B) | 166.47º | 0.58% | 0.69% | - |
| XYZ | 24.1 | 34.81 | 35.59 | - |
| YUV | 142.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 153 | 0.58 | 0 | 0.13 | 0.31 | 166.47 | 0.41 | 0.49 |
| Hex | 4A | B0 | 99 | 3A | 0 | D | 1F | A6 | 29 | 31 |
| Octal | 112 | 260 | 231 | 72 | 0 | 15 | 37 | 246 | 51 | 61 |
| Binary | 1001010 | 10110000 | 10011001 | 111010 | 0 | 1101 | 11111 | 10100110 | 101001 | 110001 |
Color Harmonies of #4AB099
Complementary color
Monochromatic Colors of #4AB099
Black with #4AB099
Text Example
Text Example
White with #4AB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB099; }
p { color: rgb(74,176,153); }
H1.HeaderClassName
{
color: #4AB099;
}
.AnyTagClassName
{
color: #4AB099;
}
</style>
background-color css
<style>
a { background-color: #4AB099; }
a { background-color: rgb(74,176,153); }
div.DivClassName
{
background-color: #4AB099;
}
.BgClassName
{
background-color: #4AB099;
}
</style>
border-color css
<style>
span { border-color: #4AB099; }
span { border-color: rgb(74,176,153); }
td.TdClassName
{
border-color: #4AB099;
}
.TagClassName
{
border-color: #4AB099;
}
</style>