Html Css Color HEX #94AD9E Summer Green

📋 copy color: '#94AD9E'

red 148 ◦ green 173 ◦ blue 158

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

Shades of Summer Green #94AD9E

Tints of Summer Green #94AD9E

RGB

 RED value IS 148 (58.2% from 255) = 30.9%

 GREEN value IS 173 (67.97% from 255) = 36.12%

 BLUE value IS 158 (62.11% from 255) = 32.99%

R = 30.9%
G = 36.12%
B = 32.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#94AD9E (or 0x94AD9E) is known color: Summer Green. HEX triplet: 94, AD and 9E. RGB value is (148,173,158). Sum of RGB (Red+Green+Blue) = 148+173+158=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD9E is #6B5261. Grayscale: #A3A3A3. Windows color (decimal): -7033442 or 10399124. OLE color: 10399124.

HSL color Cylindrical-coordinate representation of color #94AD9E: hue angle of 144º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94AD9E is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 158 -
CMYK 0.14 0 0.09 0.32
HSL 144º 0.13% 0.63% -
HSV(B) 144º 0.14% 0.68% -
XYZ 33.33 38.65 38.05 -
YUV 163.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 148 173 158 0.14 0 0.09 0.32 144 0.13 0.63
Hex 94 AD 9E E 0 9 20 90 D 3F
Octal 224 255 236 16 0 11 40 220 15 77
Binary 10010100 10101101 10011110 1110 0 1001 100000 10010000 1101 111111

Color Harmonies of #94AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD9E

Black with #94AD9E

Text Example


Text Example

White with #94AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94AD9E;
 }
 .AnyTagClassName
 {
   color: #94AD9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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