#47B6AC

Color #47B6AC Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #47B6AC

Tints of Puerto Rico #47B6AC

Color information

#47B6AC (or 0x47B6AC) is unknown color: approx Puerto Rico. HEX triplet: 47, B6 and AC. RGB value is (71,182,172). Sum of RGB (Red+Green+Blue) = 71+182+172=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #47B6AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B6AC is #B84953. Grayscale: #939393. Windows color (decimal): -12077396 or 11318855. OLE color: 11318855.

HSL color Cylindrical-coordinate representation of color #47B6AC: hue angle of 174.59º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B6AC is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB71182172-
CMYK0.6100.050.29
HSL174.59º43.87%49.61%-
HSV(B)174.59º60.99%71.37%-
XYZ26.7737.7744.91-
YUV147.67141.7373.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 16.71%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=16.71%
G=42.82%
B=40.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711821720.6100.050.29174.5943.8749.61
Hex47B6AC3D051Daf2c32
Octal1072662547505352575462
Binary1000111101101101010110011110101011110110101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47B6AC; }

 p { color: rgb(71,182,172); }

 H1.HeaderClassName
 {
   color: #47B6AC;
 }
 .AnyTagClassName
 {
   color: #47B6AC;
 }
</style>
background-color css

<style>
 a { background-color: #47B6AC; }

 a { background-color: rgb(71,182,172); }

 div.DivClassName
 {
   background-color: #47B6AC;
 }
 .BgClassName
 {
   background-color: #47B6AC;
 }
</style>
border-color css

<style>
 span { border-color: #47B6AC; }

 span { border-color: rgb(71,182,172); }

 td.TdClassName
 {
   border-color: #47B6AC;
 }
 .TagClassName
 {
   border-color: #47B6AC;
 }
</style>