Html Css Color HEX #94AD9C Summer Green

📋 copy color: '#94AD9C'

red 148 ◦ green 173 ◦ blue 156

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

Shades of Summer Green #94AD9C

Tints of Summer Green #94AD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 31.03%
G = 36.27%
B = 32.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#94AD9C (or 0x94AD9C) is known color: Summer Green. HEX triplet: 94, AD and 9C. RGB value is (148,173,156). Sum of RGB (Red+Green+Blue) = 148+173+156=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD9C is #6B5263. Grayscale: #A3A3A3. Windows color (decimal): -7033444 or 10268052. OLE color: 10268052.

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

Color convert

RGB 148 173 156 -
CMYK 0.14 0 0.10 0.32
HSL 139.2º 0.13% 0.63% -
HSV(B) 139.2º 0.14% 0.68% -
XYZ 33.16 38.58 37.15 -
YUV 163.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 148 173 156 0.14 0 0.10 0.32 139.2 0.13 0.63
Hex 94 AD 9C E 0 A 20 8B D 3F
Octal 224 255 234 16 0 12 40 213 15 77
Binary 10010100 10101101 10011100 1110 0 1010 100000 10001011 1101 111111

Color Harmonies of #94AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD9C

Black with #94AD9C

Text Example


Text Example

White with #94AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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