Shades of Puerto Rico #47AEA8
Tints of Puerto Rico #47AEA8
RGB
CMYK
RGB Variations
Color information
#47AEA8 (or 0x47AEA8) is known color: Puerto Rico. HEX triplet: 47, AE and A8. RGB value is (71,174,168). Sum of RGB (Red+Green+Blue) = 71+174+168=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #47AEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEA8 is #B85157. Grayscale: #8E8E8E. Windows color (decimal): -12079448 or 11054663. OLE color: 11054663.
HSL color Cylindrical-coordinate representation of color #47AEA8: hue angle of 176.5º 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 #47AEA8 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 174 | 168 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.32 |
| HSL | 176.5º | 0.42% | 0.48% | - |
| HSV(B) | 176.5º | 0.59% | 0.68% | - |
| XYZ | 24.8 | 34.44 | 42.39 | - |
| YUV | 142.52 | 142.38 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 174 | 168 | 0.59 | 0 | 0.03 | 0.32 | 176.5 | 0.42 | 0.48 |
| Hex | 47 | AE | A8 | 3B | 0 | 3 | 20 | B1 | 2A | 30 |
| Octal | 107 | 256 | 250 | 73 | 0 | 3 | 40 | 261 | 52 | 60 |
| Binary | 1000111 | 10101110 | 10101000 | 111011 | 0 | 11 | 100000 | 10110001 | 101010 | 110000 |
Color Harmonies of #47AEA8
Complementary color
Monochromatic Colors of #47AEA8
Black with #47AEA8
Text Example
Text Example
White with #47AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AEA8; }
p { color: rgb(71,174,168); }
H1.HeaderClassName
{
color: #47AEA8;
}
.AnyTagClassName
{
color: #47AEA8;
}
</style>
background-color css
<style>
a { background-color: #47AEA8; }
a { background-color: rgb(71,174,168); }
div.DivClassName
{
background-color: #47AEA8;
}
.BgClassName
{
background-color: #47AEA8;
}
</style>
border-color css
<style>
span { border-color: #47AEA8; }
span { border-color: rgb(71,174,168); }
td.TdClassName
{
border-color: #47AEA8;
}
.TagClassName
{
border-color: #47AEA8;
}
</style>