#94B19D

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

Shades of Summer Green #94B19D

Tints of Summer Green #94B19D

Color information

#94B19D (or 0x94B19D) is unknown color: approx Summer Green. HEX triplet: 94, B1 and 9D. RGB value is (148,177,157). Sum of RGB (Red+Green+Blue) = 148+177+157=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #94B19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B19D is #6B4E62. Grayscale: #A6A6A6. Windows color (decimal): -7032419 or 10334612. OLE color: 10334612.

HSL color Cylindrical-coordinate representation of color #94B19D: hue angle of 138.62º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B19D is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB148177157-
CMYK0.1600.110.31
HSL138.62º15.68%63.73%-
HSV(B)138.62º16.38%69.41%-
XYZ34.0240.1737.86-
YUV166.05122.89115.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=30.71%
G=36.72%
B=32.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771570.1600.110.31138.6215.6863.73
Hex94B19D100B1F8b1040
Octal224261235200133721320100
Binary10010100101100011001110110000010111111110001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,157); }

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

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

 a { background-color: rgb(148,177,157); }

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

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

 span { border-color: rgb(148,177,157); }

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