#94BBB7

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

Shades of Shadow Green #94BBB7

Tints of Shadow Green #94BBB7

Color information

#94BBB7 (or 0x94BBB7) is unknown color: approx Shadow Green. HEX triplet: 94, BB and B7. RGB value is (148,187,183). Sum of RGB (Red+Green+Blue) = 148+187+183=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #94BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBB7 is #6B4448. Grayscale: #AEAEAE. Windows color (decimal): -7029833 or 12041108. OLE color: 12041108.

HSL color Cylindrical-coordinate representation of color #94BBB7: hue angle of 173.85º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BBB7 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB148187183-
CMYK0.2100.020.27
HSL173.85º22.29%65.69%-
HSV(B)173.85º20.86%73.33%-
XYZ38.5345.2651.5-
YUV174.88132.58108.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=28.57%
G=36.10%
B=35.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481871830.2100.020.27173.8522.2965.69
Hex94BBB715021Bae1642
Octal22427326725023325626102
Binary100101001011101110110111101010101101110101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,183); }

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

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

 a { background-color: rgb(148,187,183); }

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

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

 span { border-color: rgb(148,187,183); }

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