#47AD9B

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

Shades of Puerto Rico #47AD9B

Tints of Puerto Rico #47AD9B

Color information

#47AD9B (or 0x47AD9B) is unknown color: approx Puerto Rico. HEX triplet: 47, AD and 9B. RGB value is (71,173,155). Sum of RGB (Red+Green+Blue) = 71+173+155=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AD9B is #B85264. Grayscale: #8C8C8C. Windows color (decimal): -12079717 or 10202439. OLE color: 10202439.

HSL color Cylindrical-coordinate representation of color #47AD9B: hue angle of 169.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 #47AD9B is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB71173155-
CMYK0.5900.100.32
HSL169.41º41.8%47.84%-
HSV(B)169.41º58.96%67.84%-
XYZ23.4633.5936.26-
YUV140.45136.2178.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 173 (67.97% from 255) = 43.36%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=17.79%
G=43.36%
B=38.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711731550.5900.100.32169.4141.847.84
Hex47AD9B3B0A20a92a30
Octal10725523373012402515260
Binary100011110101101100110111110110101010000010101001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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