#94B09E

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

Shades of Summer Green #94B09E

Tints of Summer Green #94B09E

Color information

#94B09E (or 0x94B09E) is unknown color: approx Summer Green. HEX triplet: 94, B0 and 9E. RGB value is (148,176,158). Sum of RGB (Red+Green+Blue) = 148+176+158=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #94B09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B09E is #6B4F61. Grayscale: #A5A5A5. Windows color (decimal): -7032674 or 10399892. OLE color: 10399892.

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

Color convert

RGB148176158-
CMYK0.1600.100.31
HSL141.43º15.05%63.53%-
HSV(B)141.43º15.91%69.02%-
XYZ33.9139.8238.25-
YUV165.58123.72115.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=30.71%
G=36.51%
B=32.78%

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
Decimal1481761580.1600.100.31141.4315.0563.53
Hex94B09E100A1F8df40
Octal224260236200123721517100
Binary1001010010110000100111101000001010111111000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,176,158); }

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

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

 a { background-color: rgb(148,176,158); }

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

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

 span { border-color: rgb(148,176,158); }

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