Shades of Puerto Rico #4AA99A
Tints of Puerto Rico #4AA99A
RGB
CMYK
RGB Variations
Color information
#4AA99A (or 0x4AA99A) is known color: Puerto Rico. HEX triplet: 4A, A9 and 9A. RGB value is (74,169,154). Sum of RGB (Red+Green+Blue) = 74+169+154=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #4AA99A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA99A is #B55665. Grayscale: #8A8A8A. Windows color (decimal): -11884134 or 10135882. OLE color: 10135882.
HSL color Cylindrical-coordinate representation of color #4AA99A: hue angle of 170.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA99A is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 169 | 154 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.34 |
| HSL | 170.53º | 0.39% | 0.48% | - |
| HSV(B) | 170.53º | 0.56% | 0.66% | - |
| XYZ | 22.84 | 32.16 | 35.58 | - |
| YUV | 138.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 169 | 154 | 0.56 | 0 | 0.09 | 0.34 | 170.53 | 0.39 | 0.48 |
| Hex | 4A | A9 | 9A | 38 | 0 | 9 | 22 | AB | 27 | 30 |
| Octal | 112 | 251 | 232 | 70 | 0 | 11 | 42 | 253 | 47 | 60 |
| Binary | 1001010 | 10101001 | 10011010 | 111000 | 0 | 1001 | 100010 | 10101011 | 100111 | 110000 |
Color Harmonies of #4AA99A
Complementary color
Monochromatic Colors of #4AA99A
Black with #4AA99A
Text Example
Text Example
White with #4AA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA99A; }
p { color: rgb(74,169,154); }
H1.HeaderClassName
{
color: #4AA99A;
}
.AnyTagClassName
{
color: #4AA99A;
}
</style>
background-color css
<style>
a { background-color: #4AA99A; }
a { background-color: rgb(74,169,154); }
div.DivClassName
{
background-color: #4AA99A;
}
.BgClassName
{
background-color: #4AA99A;
}
</style>
border-color css
<style>
span { border-color: #4AA99A; }
span { border-color: rgb(74,169,154); }
td.TdClassName
{
border-color: #4AA99A;
}
.TagClassName
{
border-color: #4AA99A;
}
</style>