#94B8AE

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

Shades of Shadow Green #94B8AE

Tints of Shadow Green #94B8AE

Color information

#94B8AE (or 0x94B8AE) is unknown color: approx Shadow Green. HEX triplet: 94, B8 and AE. RGB value is (148,184,174). Sum of RGB (Red+Green+Blue) = 148+184+174=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #94B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B8AE is #6B4751. Grayscale: #ACACAC. Windows color (decimal): -7030610 or 11450516. OLE color: 11450516.

HSL color Cylindrical-coordinate representation of color #94B8AE: hue angle of 163.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B8AE is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB148184174-
CMYK0.2000.050.28
HSL163.33º20.22%65.1%-
HSV(B)163.33º19.57%72.16%-
XYZ36.9943.6346.52-
YUV172.1129.07110.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 184 (72.27% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=29.25%
G=36.36%
B=34.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481841740.2000.050.28163.3320.2265.1
Hex94B8AE14051Ca31441
Octal22427025624053424324101
Binary1001010010111000101011101010001011110010100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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