Shades of Puerto Rico #47AEA4
Tints of Puerto Rico #47AEA4
RGB
CMYK
RGB Variations
Color information
#47AEA4 (or 0x47AEA4) is known color: Puerto Rico. HEX triplet: 47, AE and A4. RGB value is (71,174,164). Sum of RGB (Red+Green+Blue) = 71+174+164=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #47AEA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEA4 is #B8515B. Grayscale: #8E8E8E. Windows color (decimal): -12079452 or 10792519. OLE color: 10792519.
HSL color Cylindrical-coordinate representation of color #47AEA4: hue angle of 174.17º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AEA4 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 174 | 164 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.32 |
| HSL | 174.17º | 0.42% | 0.48% | - |
| HSV(B) | 174.17º | 0.59% | 0.68% | - |
| XYZ | 24.44 | 34.29 | 40.45 | - |
| YUV | 142.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 174 | 164 | 0.59 | 0 | 0.06 | 0.32 | 174.17 | 0.42 | 0.48 |
| Hex | 47 | AE | A4 | 3B | 0 | 6 | 20 | AE | 2A | 30 |
| Octal | 107 | 256 | 244 | 73 | 0 | 6 | 40 | 256 | 52 | 60 |
| Binary | 1000111 | 10101110 | 10100100 | 111011 | 0 | 110 | 100000 | 10101110 | 101010 | 110000 |
Color Harmonies of #47AEA4
Complementary color
Monochromatic Colors of #47AEA4
Black with #47AEA4
Text Example
Text Example
White with #47AEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AEA4; }
p { color: rgb(71,174,164); }
H1.HeaderClassName
{
color: #47AEA4;
}
.AnyTagClassName
{
color: #47AEA4;
}
</style>
background-color css
<style>
a { background-color: #47AEA4; }
a { background-color: rgb(71,174,164); }
div.DivClassName
{
background-color: #47AEA4;
}
.BgClassName
{
background-color: #47AEA4;
}
</style>
border-color css
<style>
span { border-color: #47AEA4; }
span { border-color: rgb(71,174,164); }
td.TdClassName
{
border-color: #47AEA4;
}
.TagClassName
{
border-color: #47AEA4;
}
</style>