#47B497

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

Shades of Puerto Rico #47B497

Tints of Puerto Rico #47B497

Color information

#47B497 (or 0x47B497) is unknown color: approx Puerto Rico. HEX triplet: 47, B4 and 97. RGB value is (71,180,151). Sum of RGB (Red+Green+Blue) = 71+180+151=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #47B497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B497 is #B84B68. Grayscale: #909090. Windows color (decimal): -12077929 or 9942087. OLE color: 9942087.

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

Color convert

RGB71180151-
CMYK0.6100.160.29
HSL164.04º43.43%49.22%-
HSV(B)164.04º60.56%70.59%-
XYZ24.5136.2234.98-
YUV144.1131.8975.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.66%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=17.66%
G=44.78%
B=37.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711801510.6100.160.29164.0443.4349.22
Hex47B4973D0101Da42b31
Octal10726422775020352445361
Binary100011110110100100101111111010100001110110100100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,180,151); }

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

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

 a { background-color: rgb(71,180,151); }

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

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

 span { border-color: rgb(71,180,151); }

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