#94BFB7

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

Shades of Shadow Green #94BFB7

Tints of Shadow Green #94BFB7

Color information

#94BFB7 (or 0x94BFB7) is unknown color: approx Shadow Green. HEX triplet: 94, BF and B7. RGB value is (148,191,183). Sum of RGB (Red+Green+Blue) = 148+191+183=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFB7 is #6B4048. Grayscale: #B1B1B1. Windows color (decimal): -7028809 or 12042132. OLE color: 12042132.

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

Color convert

RGB148191183-
CMYK0.2300.040.25
HSL168.84º25.15%66.47%-
HSV(B)168.84º22.51%74.9%-
XYZ39.3946.9851.79-
YUV177.23131.25107.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=28.35%
G=36.59%
B=35.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911830.2300.040.25168.8425.1566.47
Hex94BFB7170419a91942
Octal22427726727043125131102
Binary1001010010111111101101111011101001100110101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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