Shades of Puerto Rico #4AAE9A
Tints of Puerto Rico #4AAE9A
RGB
CMYK
RGB Variations
Color information
#4AAE9A (or 0x4AAE9A) is known color: Puerto Rico. HEX triplet: 4A, AE and 9A. RGB value is (74,174,154). Sum of RGB (Red+Green+Blue) = 74+174+154=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE9A is #B55165. Grayscale: #8D8D8D. Windows color (decimal): -11882854 or 10137162. OLE color: 10137162.
HSL color Cylindrical-coordinate representation of color #4AAE9A: hue angle of 168º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE9A is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 154 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.32 |
| HSL | 168º | 0.4% | 0.49% | - |
| HSV(B) | 168º | 0.57% | 0.68% | - |
| XYZ | 23.79 | 34.06 | 35.89 | - |
| YUV | 141.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 154 | 0.57 | 0 | 0.11 | 0.32 | 168 | 0.4 | 0.49 |
| Hex | 4A | AE | 9A | 39 | 0 | B | 20 | A8 | 28 | 31 |
| Octal | 112 | 256 | 232 | 71 | 0 | 13 | 40 | 250 | 50 | 61 |
| Binary | 1001010 | 10101110 | 10011010 | 111001 | 0 | 1011 | 100000 | 10101000 | 101000 | 110001 |
Color Harmonies of #4AAE9A
Complementary color
Monochromatic Colors of #4AAE9A
Black with #4AAE9A
Text Example
Text Example
White with #4AAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE9A; }
p { color: rgb(74,174,154); }
H1.HeaderClassName
{
color: #4AAE9A;
}
.AnyTagClassName
{
color: #4AAE9A;
}
</style>
background-color css
<style>
a { background-color: #4AAE9A; }
a { background-color: rgb(74,174,154); }
div.DivClassName
{
background-color: #4AAE9A;
}
.BgClassName
{
background-color: #4AAE9A;
}
</style>
border-color css
<style>
span { border-color: #4AAE9A; }
span { border-color: rgb(74,174,154); }
td.TdClassName
{
border-color: #4AAE9A;
}
.TagClassName
{
border-color: #4AAE9A;
}
</style>