Html Css Color HEX #94AD9D Summer Green

📋 copy color: '#94AD9D'

red 148 ◦ green 173 ◦ blue 157

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

Shades of Summer Green #94AD9D

Tints of Summer Green #94AD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.85%

R = 30.96%
G = 36.19%
B = 32.85%

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

#94AD9D (or 0x94AD9D) is known color: Summer Green. HEX triplet: 94, AD and 9D. RGB value is (148,173,157). Sum of RGB (Red+Green+Blue) = 148+173+157=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD9D is #6B5262. Grayscale: #A3A3A3. Windows color (decimal): -7033443 or 10333588. OLE color: 10333588.

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

Color convert

RGB 148 173 157 -
CMYK 0.14 0 0.09 0.32
HSL 141.6º 0.13% 0.63% -
HSV(B) 141.6º 0.14% 0.68% -
XYZ 33.24 38.62 37.6 -
YUV 163.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 148 173 157 0.14 0 0.09 0.32 141.6 0.13 0.63
Hex 94 AD 9D E 0 9 20 8E D 3F
Octal 224 255 235 16 0 11 40 216 15 77
Binary 10010100 10101101 10011101 1110 0 1001 100000 10001110 1101 111111

Color Harmonies of #94AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD9D

Black with #94AD9D

Text Example


Text Example

White with #94AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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