#94BAAE

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

Shades of Shadow Green #94BAAE

Tints of Shadow Green #94BAAE

Color information

#94BAAE (or 0x94BAAE) is unknown color: approx Shadow Green. HEX triplet: 94, BA and AE. RGB value is (148,186,174). Sum of RGB (Red+Green+Blue) = 148+186+174=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #94BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BAAE is #6B4551. Grayscale: #ADADAD. Windows color (decimal): -7030098 or 11451028. OLE color: 11451028.

HSL color Cylindrical-coordinate representation of color #94BAAE: hue angle of 161.05º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94BAAE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB148186174-
CMYK0.2000.060.27
HSL161.05º21.59%65.49%-
HSV(B)161.05º20.43%72.94%-
XYZ37.4144.4746.66-
YUV173.27128.41109.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=29.13%
G=36.61%
B=34.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481861740.2000.060.27161.0521.5965.49
Hex94BAAE14061Ba11641
Octal22427225624063324126101
Binary1001010010111010101011101010001101101110100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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