#47AA9B

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

Shades of Puerto Rico #47AA9B

Tints of Puerto Rico #47AA9B

Color information

#47AA9B (or 0x47AA9B) is unknown color: approx Puerto Rico. HEX triplet: 47, AA and 9B. RGB value is (71,170,155). Sum of RGB (Red+Green+Blue) = 71+170+155=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AA9B is #B85564. Grayscale: #8A8A8A. Windows color (decimal): -12080485 or 10201671. OLE color: 10201671.

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

Color convert

RGB71170155-
CMYK0.5800.090.33
HSL170.91º41.08%47.25%-
HSV(B)170.91º58.24%66.67%-
XYZ22.8932.4636.07-
YUV138.69137.279.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.93%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=17.93%
G=42.93%
B=39.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711701550.5800.090.33170.9141.0847.25
Hex47AA9B3A0921ab292f
Octal10725223372011412535157
Binary100011110101010100110111110100100110000110101011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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