#94C7BF

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

Shades of Shadow Green #94C7BF

Tints of Shadow Green #94C7BF

Color information

#94C7BF (or 0x94C7BF) is unknown color: approx Shadow Green. HEX triplet: 94, C7 and BF. RGB value is (148,199,191). Sum of RGB (Red+Green+Blue) = 148+199+191=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 199 - color contains mainly: green. Hex color #94C7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C7BF is #6B3840. Grayscale: #B6B6B6. Windows color (decimal): -7026753 or 12568468. OLE color: 12568468.

HSL color Cylindrical-coordinate representation of color #94C7BF: hue angle of 170.59º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C7BF is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB148199191-
CMYK0.2600.040.22
HSL170.59º31.29%68.04%-
HSV(B)170.59º25.63%78.04%-
XYZ42.0450.956.9-
YUV182.84132.6103.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 191 (75% from 255) = 35.50%
R=27.51%
G=36.99%
B=35.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481991910.2600.040.22170.5931.2968.04
Hex94C7BF1A0416ab1f44
Octal22430727732042625337104
Binary1001010011000111101111111101001001011010101011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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