#47B793

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

Shades of Puerto Rico #47B793

Tints of Puerto Rico #47B793

Color information

#47B793 (or 0x47B793) is unknown color: approx Puerto Rico. HEX triplet: 47, B7 and 93. RGB value is (71,183,147). Sum of RGB (Red+Green+Blue) = 71+183+147=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #47B793 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B793 is #B8486C. Grayscale: #919191. Windows color (decimal): -12077165 or 9680711. OLE color: 9680711.

HSL color Cylindrical-coordinate representation of color #47B793: hue angle of 160.71º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B793 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB71183147-
CMYK0.6100.200.28
HSL160.71º44.09%49.8%-
HSV(B)160.71º61.2%71.76%-
XYZ24.837.3133.5-
YUV145.41128.8974.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.71%
GREEN value IS 183 (71.88% from 255) = 45.64%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=17.71%
G=45.64%
B=36.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal711831470.6100.200.28160.7144.0949.8
Hex47B7933D0141Ca12c32
Octal10726722375024342415462
Binary100011110110111100100111111010101001110010100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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