#47B991

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

Shades of Keppel #47B991

Tints of Keppel #47B991

Color information

#47B991 (or 0x47B991) is unknown color: approx Keppel. HEX triplet: 47, B9 and 91. RGB value is (71,185,145). Sum of RGB (Red+Green+Blue) = 71+185+145=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #47B991 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B991 is #B8466E. Grayscale: #929292. Windows color (decimal): -12076655 or 9550151. OLE color: 9550151.

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

Color convert

RGB71185145-
CMYK0.6200.220.27
HSL158.95º44.88%50.2%-
HSV(B)158.95º61.62%72.55%-
XYZ25.0638.0832.82-
YUV146.35127.2374.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.71%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=17.71%
G=46.13%
B=36.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711851450.6200.220.27158.9544.8850.2
Hex47B9913E0161B9f2d32
Octal10727122176026332375562
Binary100011110111001100100011111100101101101110011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,185,145); }

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

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

 a { background-color: rgb(71,185,145); }

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

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

 span { border-color: rgb(71,185,145); }

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