#94C6BF

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

Shades of Shadow Green #94C6BF

Tints of Shadow Green #94C6BF

Color information

#94C6BF (or 0x94C6BF) is unknown color: approx Shadow Green. HEX triplet: 94, C6 and BF. RGB value is (148,198,191). Sum of RGB (Red+Green+Blue) = 148+198+191=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #94C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C6BF is #6B3940. Grayscale: #B6B6B6. Windows color (decimal): -7027009 or 12568212. OLE color: 12568212.

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

Color convert

RGB148198191-
CMYK0.2500.040.22
HSL171.6º30.49%67.84%-
HSV(B)171.6º25.25%77.65%-
XYZ41.8150.4556.82-
YUV182.25132.94103.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.56%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 191 (75% from 255) = 35.57%
R=27.56%
G=36.87%
B=35.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481981910.2500.040.22171.630.4967.84
Hex94C6BF190416ac1e44
Octal22430627731042625436104
Binary1001010011000110101111111100101001011010101100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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