Shades of Puerto Rico #4AAEAC
Tints of Puerto Rico #4AAEAC
RGB
CMYK
RGB Variations
Color information
#4AAEAC (or 0x4AAEAC) is known color: Puerto Rico. HEX triplet: 4A, AE and AC. RGB value is (74,174,172). Sum of RGB (Red+Green+Blue) = 74+174+172=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAEAC is #B55153. Grayscale: #8F8F8F. Windows color (decimal): -11882836 or 11316810. OLE color: 11316810.
HSL color Cylindrical-coordinate representation of color #4AAEAC: hue angle of 178.8º 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 #4AAEAC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 172 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.32 |
| HSL | 178.8º | 0.4% | 0.49% | - |
| HSV(B) | 178.8º | 0.57% | 0.68% | - |
| XYZ | 25.41 | 34.71 | 44.39 | - |
| YUV | 143.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 172 | 0.57 | 0 | 0.01 | 0.32 | 178.8 | 0.4 | 0.49 |
| Hex | 4A | AE | AC | 39 | 0 | 1 | 20 | B3 | 28 | 31 |
| Octal | 112 | 256 | 254 | 71 | 0 | 1 | 40 | 263 | 50 | 61 |
| Binary | 1001010 | 10101110 | 10101100 | 111001 | 0 | 1 | 100000 | 10110011 | 101000 | 110001 |
Color Harmonies of #4AAEAC
Complementary color
Monochromatic Colors of #4AAEAC
Black with #4AAEAC
Text Example
Text Example
White with #4AAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAEAC; }
p { color: rgb(74,174,172); }
H1.HeaderClassName
{
color: #4AAEAC;
}
.AnyTagClassName
{
color: #4AAEAC;
}
</style>
background-color css
<style>
a { background-color: #4AAEAC; }
a { background-color: rgb(74,174,172); }
div.DivClassName
{
background-color: #4AAEAC;
}
.BgClassName
{
background-color: #4AAEAC;
}
</style>
border-color css
<style>
span { border-color: #4AAEAC; }
span { border-color: rgb(74,174,172); }
td.TdClassName
{
border-color: #4AAEAC;
}
.TagClassName
{
border-color: #4AAEAC;
}
</style>