#94BDAE

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

Shades of Shadow Green #94BDAE

Tints of Shadow Green #94BDAE

Color information

#94BDAE (or 0x94BDAE) is unknown color: approx Shadow Green. HEX triplet: 94, BD and AE. RGB value is (148,189,174). Sum of RGB (Red+Green+Blue) = 148+189+174=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #94BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BDAE is #6B4251. Grayscale: #AFAFAF. Windows color (decimal): -7029330 or 11451796. OLE color: 11451796.

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

Color convert

RGB148189174-
CMYK0.2200.080.26
HSL158.05º23.7%66.08%-
HSV(B)158.05º21.69%74.12%-
XYZ38.0545.7546.87-
YUV175.03127.42108.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=28.96%
G=36.99%
B=34.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481891740.2200.080.26158.0523.766.08
Hex94BDAE16081A9e1842
Octal224275256260103223630102
Binary10010100101111011010111010110010001101010011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,189,174); }

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

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

 a { background-color: rgb(148,189,174); }

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

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

 span { border-color: rgb(148,189,174); }

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