#47B593

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

Shades of Puerto Rico #47B593

Tints of Puerto Rico #47B593

Color information

#47B593 (or 0x47B593) is unknown color: approx Puerto Rico. HEX triplet: 47, B5 and 93. RGB value is (71,181,147). Sum of RGB (Red+Green+Blue) = 71+181+147=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #47B593 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B593 is #B84A6C. Grayscale: #909090. Windows color (decimal): -12077677 or 9680199. OLE color: 9680199.

HSL color Cylindrical-coordinate representation of color #47B593: hue angle of 161.45º degrees, saturation: 0.44, 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 #47B593 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB71181147-
CMYK0.6100.190.29
HSL161.45º43.65%49.41%-
HSV(B)161.45º60.77%70.98%-
XYZ24.3936.4933.36-
YUV144.23129.5675.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 181 (71.09% from 255) = 45.36%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=17.79%
G=45.36%
B=36.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711811470.6100.190.29161.4543.6549.41
Hex47B5933D0131Da12c31
Octal10726522375023352415461
Binary100011110110101100100111111010100111110110100001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,181,147); }

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

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

 a { background-color: rgb(71,181,147); }

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

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

 span { border-color: rgb(71,181,147); }

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