#94BCB4

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

Shades of Shadow Green #94BCB4

Tints of Shadow Green #94BCB4

Color information

#94BCB4 (or 0x94BCB4) is unknown color: approx Shadow Green. HEX triplet: 94, BC and B4. RGB value is (148,188,180). Sum of RGB (Red+Green+Blue) = 148+188+180=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCB4 is #6B434B. Grayscale: #AFAFAF. Windows color (decimal): -7029580 or 11844756. OLE color: 11844756.

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

Color convert

RGB148188180-
CMYK0.2100.040.26
HSL168º22.99%65.88%-
HSV(B)168º21.28%73.73%-
XYZ38.4345.5649.95-
YUV175.13130.75108.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=28.68%
G=36.43%
B=34.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881800.2100.040.2616822.9965.88
Hex94BCB415041Aa81742
Octal22427426425043225027102
Binary1001010010111100101101001010101001101010101000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,188,180); }

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

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

 a { background-color: rgb(148,188,180); }

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

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

 span { border-color: rgb(148,188,180); }

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