#47A89B

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

Shades of Puerto Rico #47A89B

Tints of Puerto Rico #47A89B

Color information

#47A89B (or 0x47A89B) is unknown color: approx Puerto Rico. HEX triplet: 47, A8 and 9B. RGB value is (71,168,155). Sum of RGB (Red+Green+Blue) = 71+168+155=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 168 - color contains mainly: green. Hex color #47A89B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A89B is #B85764. Grayscale: #898989. Windows color (decimal): -12080997 or 10201159. OLE color: 10201159.

HSL color Cylindrical-coordinate representation of color #47A89B: hue angle of 171.96º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A89B is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB71168155-
CMYK0.5800.080.34
HSL171.96º40.59%46.86%-
HSV(B)171.96º57.74%65.88%-
XYZ22.5231.7135.94-
YUV137.51137.8680.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.02%
GREEN value IS 168 (66.02% from 255) = 42.64%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=18.02%
G=42.64%
B=39.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal711681550.5800.080.34171.9640.5946.86
Hex47A89B3A0822ac292f
Octal10725023372010422545157
Binary100011110101000100110111110100100010001010101100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,168,155); }

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

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

 a { background-color: rgb(71,168,155); }

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

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

 span { border-color: rgb(71,168,155); }

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