#47BA8C

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

Shades of Keppel #47BA8C

Tints of Keppel #47BA8C

Color information

#47BA8C (or 0x47BA8C) is unknown color: approx Keppel. HEX triplet: 47, BA and 8C. RGB value is (71,186,140). Sum of RGB (Red+Green+Blue) = 71+186+140=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BA8C is #B84573. Grayscale: #929292. Windows color (decimal): -12076404 or 9222727. OLE color: 9222727.

HSL color Cylindrical-coordinate representation of color #47BA8C: hue angle of 156º 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 #47BA8C is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB71186140-
CMYK0.6200.250.27
HSL156º45.45%50.39%-
HSV(B)156º61.83%72.94%-
XYZ24.8938.3530.9-
YUV146.37124.474.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.88%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=17.88%
G=46.85%
B=35.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711861400.6200.250.2715645.4550.39
Hex47BA8C3E0191B9c2d32
Octal10727221476031332345562
Binary100011110111010100011001111100110011101110011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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