#94BEB6

Color #94BEB6 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #94BEB6

Tints of Shadow Green #94BEB6

Color information

#94BEB6 (or 0x94BEB6) is unknown color: approx Shadow Green. HEX triplet: 94, BE and B6. RGB value is (148,190,182). Sum of RGB (Red+Green+Blue) = 148+190+182=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #94BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEB6 is #6B4149. Grayscale: #B0B0B0. Windows color (decimal): -7029066 or 11976340. OLE color: 11976340.

HSL color Cylindrical-coordinate representation of color #94BEB6: hue angle of 168.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BEB6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB148190182-
CMYK0.2200.040.25
HSL168.57º24.42%66.27%-
HSV(B)168.57º22.11%74.51%-
XYZ39.0746.551.17-
YUV176.53131.09107.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 182 (71.48% from 255) = 35%
R=28.46%
G=36.54%
B=35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901820.2200.040.25168.5724.4266.27
Hex94BEB6160419a91842
Octal22427626626043125130102
Binary1001010010111110101101101011001001100110101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BEB6; }

 p { color: rgb(148,190,182); }

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

<style>
 a { background-color: #94BEB6; }

 a { background-color: rgb(148,190,182); }

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

<style>
 span { border-color: #94BEB6; }

 span { border-color: rgb(148,190,182); }

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