#47B990

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

Shades of Keppel #47B990

Tints of Keppel #47B990

Color information

#47B990 (or 0x47B990) is unknown color: approx Keppel. HEX triplet: 47, B9 and 90. RGB value is (71,185,144). Sum of RGB (Red+Green+Blue) = 71+185+144=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #47B990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B990 is #B8466F. Grayscale: #929292. Windows color (decimal): -12076656 or 9484615. OLE color: 9484615.

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

Color convert

RGB71185144-
CMYK0.6200.220.27
HSL158.42º44.88%50.2%-
HSV(B)158.42º61.62%72.55%-
XYZ24.9838.0532.41-
YUV146.24126.7374.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.75%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 144 (56.64% from 255) = 36%
R=17.75%
G=46.25%
B=36%

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
Decimal711851440.6200.220.27158.4244.8850.2
Hex47B9903E0161B9e2d32
Octal10727122076026332365562
Binary100011110111001100100001111100101101101110011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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