#94B1A0

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

Shades of Summer Green #94B1A0

Tints of Summer Green #94B1A0

Color information

#94B1A0 (or 0x94B1A0) is unknown color: approx Summer Green. HEX triplet: 94, B1 and A0. RGB value is (148,177,160). Sum of RGB (Red+Green+Blue) = 148+177+160=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #94B1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B1A0 is #6B4E5F. Grayscale: #A6A6A6. Windows color (decimal): -7032416 or 10531220. OLE color: 10531220.

HSL color Cylindrical-coordinate representation of color #94B1A0: hue angle of 144.83º 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 #94B1A0 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB148177160-
CMYK0.1600.100.31
HSL144.83º15.68%63.73%-
HSV(B)144.83º16.38%69.41%-
XYZ34.2840.2839.23-
YUV166.39124.39114.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 160 (62.89% from 255) = 32.99%
R=30.52%
G=36.49%
B=32.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771600.1600.100.31144.8315.6863.73
Hex94B1A0100A1F911040
Octal224261240200123722120100
Binary10010100101100011010000010000010101111110010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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