Html Css Color HEX #94AD9F Summer Green

📋 copy color: '#94AD9F'

red 148 ◦ green 173 ◦ blue 159

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

Shades of Summer Green #94AD9F

Tints of Summer Green #94AD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.13%

R = 30.83%
G = 36.04%
B = 33.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#94AD9F (or 0x94AD9F) is known color: Summer Green. HEX triplet: 94, AD and 9F. RGB value is (148,173,159). Sum of RGB (Red+Green+Blue) = 148+173+159=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD9F is #6B5260. Grayscale: #A3A3A3. Windows color (decimal): -7033441 or 10464660. OLE color: 10464660.

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

Color convert

RGB 148 173 159 -
CMYK 0.14 0 0.08 0.32
HSL 146.4º 0.13% 0.63% -
HSV(B) 146.4º 0.14% 0.68% -
XYZ 33.41 38.69 38.51 -
YUV 163.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 148 173 159 0.14 0 0.08 0.32 146.4 0.13 0.63
Hex 94 AD 9F E 0 8 20 92 D 3F
Octal 224 255 237 16 0 10 40 222 15 77
Binary 10010100 10101101 10011111 1110 0 1000 100000 10010010 1101 111111

Color Harmonies of #94AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD9F

Black with #94AD9F

Text Example


Text Example

White with #94AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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