Shades of Puerto Rico #47ADAC
Tints of Puerto Rico #47ADAC
RGB
CMYK
RGB Variations
Color information
#47ADAC (or 0x47ADAC) is known color: Puerto Rico. HEX triplet: 47, AD and AC. RGB value is (71,173,172). Sum of RGB (Red+Green+Blue) = 71+173+172=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #47ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ADAC is #B85253. Grayscale: #8E8E8E. Windows color (decimal): -12079700 or 11316551. OLE color: 11316551.
HSL color Cylindrical-coordinate representation of color #47ADAC: hue angle of 179.41º 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 #47ADAC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 172 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.32 |
| HSL | 179.41º | 0.42% | 0.48% | - |
| HSV(B) | 179.41º | 0.59% | 0.68% | - |
| XYZ | 24.99 | 34.21 | 44.31 | - |
| YUV | 142.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 172 | 0.59 | 0 | 0.01 | 0.32 | 179.41 | 0.42 | 0.48 |
| Hex | 47 | AD | AC | 3B | 0 | 1 | 20 | B3 | 2A | 30 |
| Octal | 107 | 255 | 254 | 73 | 0 | 1 | 40 | 263 | 52 | 60 |
| Binary | 1000111 | 10101101 | 10101100 | 111011 | 0 | 1 | 100000 | 10110011 | 101010 | 110000 |
Color Harmonies of #47ADAC
Complementary color
Monochromatic Colors of #47ADAC
Black with #47ADAC
Text Example
Text Example
White with #47ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADAC; }
p { color: rgb(71,173,172); }
H1.HeaderClassName
{
color: #47ADAC;
}
.AnyTagClassName
{
color: #47ADAC;
}
</style>
background-color css
<style>
a { background-color: #47ADAC; }
a { background-color: rgb(71,173,172); }
div.DivClassName
{
background-color: #47ADAC;
}
.BgClassName
{
background-color: #47ADAC;
}
</style>
border-color css
<style>
span { border-color: #47ADAC; }
span { border-color: rgb(71,173,172); }
td.TdClassName
{
border-color: #47ADAC;
}
.TagClassName
{
border-color: #47ADAC;
}
</style>