Html Css Color HEX #94B09E Summer Green

📋 copy color: '#94B09E'

red 148 ◦ green 176 ◦ blue 158

#94B09E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Green #94B09E

Tints of Summer Green #94B09E

RGB

 RED value IS 148 (58.2% 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 value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#94B09E (or 0x94B09E) is known color: 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

RGB 148 176 158 -
CMYK 0.16 0 0.10 0.31
HSL 141.43º 0.15% 0.64% -
HSV(B) 141.43º 0.16% 0.69% -
XYZ 33.91 39.82 38.25 -
YUV 165.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 148 176 158 0.16 0 0.10 0.31 141.43 0.15 0.64
Hex 94 B0 9E 10 0 A 1F 8D F 40
Octal 224 260 236 20 0 12 37 215 17 100
Binary 10010100 10110000 10011110 10000 0 1010 11111 10001101 1111 1000000

Color Harmonies of #94B09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B09E

Black with #94B09E

Text Example


Text Example

White with #94B09E

Text Example


Text Example

HTML Codes & Css Web 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>