#94C9B6

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

Shades of Shadow Green #94C9B6

Tints of Shadow Green #94C9B6

Color information

#94C9B6 (or 0x94C9B6) is unknown color: approx Shadow Green. HEX triplet: 94, C9 and B6. RGB value is (148,201,182). Sum of RGB (Red+Green+Blue) = 148+201+182=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #94C9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C9B6 is #6B3649. Grayscale: #B7B7B7. Windows color (decimal): -7026250 or 11979156. OLE color: 11979156.

HSL color Cylindrical-coordinate representation of color #94C9B6: hue angle of 158.49º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C9B6 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB148201182-
CMYK0.2600.090.21
HSL158.49º32.92%68.43%-
HSV(B)158.49º26.37%78.82%-
XYZ41.5451.4552-
YUV182.99127.44103.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=27.87%
G=37.85%
B=34.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482011820.2600.090.21158.4932.9268.43
Hex94C9B61A09159e2144
Octal224311266320112523641104
Binary100101001100100110110110110100100110101100111101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,201,182); }

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

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

 a { background-color: rgb(148,201,182); }

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

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

 span { border-color: rgb(148,201,182); }

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