#47BA94

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

Shades of Puerto Rico #47BA94

Tints of Puerto Rico #47BA94

Color information

#47BA94 (or 0x47BA94) is unknown color: approx Puerto Rico. HEX triplet: 47, BA and 94. RGB value is (71,186,148). Sum of RGB (Red+Green+Blue) = 71+186+148=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BA94 is #B8456B. Grayscale: #939393. Windows color (decimal): -12076396 or 9747015. OLE color: 9747015.

HSL color Cylindrical-coordinate representation of color #47BA94: hue angle of 160.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BA94 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB71186148-
CMYK0.6200.200.27
HSL160.17º45.45%50.39%-
HSV(B)160.17º61.83%72.94%-
XYZ25.538.634.12-
YUV147.28128.473.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.53%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=17.53%
G=45.93%
B=36.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711861480.6200.200.27160.1745.4550.39
Hex47BA943E0141Ba02d32
Octal10727222476024332405562
Binary100011110111010100101001111100101001101110100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,186,148); }

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

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

 a { background-color: rgb(71,186,148); }

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

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

 span { border-color: rgb(71,186,148); }

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