Shades of Puerto Rico #4AAE9C
Tints of Puerto Rico #4AAE9C
RGB
CMYK
RGB Variations
Color information
#4AAE9C (or 0x4AAE9C) is known color: Puerto Rico. HEX triplet: 4A, AE and 9C. RGB value is (74,174,156). Sum of RGB (Red+Green+Blue) = 74+174+156=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE9C is #B55163. Grayscale: #8E8E8E. Windows color (decimal): -11882852 or 10268234. OLE color: 10268234.
HSL color Cylindrical-coordinate representation of color #4AAE9C: hue angle of 169.2º 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 #4AAE9C is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 156 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.32 |
| HSL | 169.2º | 0.4% | 0.49% | - |
| HSV(B) | 169.2º | 0.57% | 0.68% | - |
| XYZ | 23.96 | 34.13 | 36.78 | - |
| YUV | 142.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 156 | 0.57 | 0 | 0.10 | 0.32 | 169.2 | 0.4 | 0.49 |
| Hex | 4A | AE | 9C | 39 | 0 | A | 20 | A9 | 28 | 31 |
| Octal | 112 | 256 | 234 | 71 | 0 | 12 | 40 | 251 | 50 | 61 |
| Binary | 1001010 | 10101110 | 10011100 | 111001 | 0 | 1010 | 100000 | 10101001 | 101000 | 110001 |
Color Harmonies of #4AAE9C
Complementary color
Monochromatic Colors of #4AAE9C
Black with #4AAE9C
Text Example
Text Example
White with #4AAE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE9C; }
p { color: rgb(74,174,156); }
H1.HeaderClassName
{
color: #4AAE9C;
}
.AnyTagClassName
{
color: #4AAE9C;
}
</style>
background-color css
<style>
a { background-color: #4AAE9C; }
a { background-color: rgb(74,174,156); }
div.DivClassName
{
background-color: #4AAE9C;
}
.BgClassName
{
background-color: #4AAE9C;
}
</style>
border-color css
<style>
span { border-color: #4AAE9C; }
span { border-color: rgb(74,174,156); }
td.TdClassName
{
border-color: #4AAE9C;
}
.TagClassName
{
border-color: #4AAE9C;
}
</style>