#94BDB3

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

Shades of Shadow Green #94BDB3

Tints of Shadow Green #94BDB3

Color information

#94BDB3 (or 0x94BDB3) is unknown color: approx Shadow Green. HEX triplet: 94, BD and B3. RGB value is (148,189,179). Sum of RGB (Red+Green+Blue) = 148+189+179=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #94BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDB3 is #6B424C. Grayscale: #AFAFAF. Windows color (decimal): -7029325 or 11779476. OLE color: 11779476.

HSL color Cylindrical-coordinate representation of color #94BDB3: hue angle of 165.37º 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 #94BDB3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB148189179-
CMYK0.2200.050.26
HSL165.37º23.7%66.08%-
HSV(B)165.37º21.69%74.12%-
XYZ38.5545.9549.48-
YUV175.6129.92108.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=28.68%
G=36.63%
B=34.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481891790.2200.050.26165.3723.766.08
Hex94BDB316051Aa51842
Octal22427526326053224530102
Binary1001010010111101101100111011001011101010100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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