Html Css Color HEX #94AE9C Summer Green

📋 copy color: '#94AE9C'

red 148 ◦ green 174 ◦ blue 156

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

Shades of Summer Green #94AE9C

Tints of Summer Green #94AE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.4%

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

R = 30.96%
G = 36.4%
B = 32.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#94AE9C (or 0x94AE9C) is known color: Summer Green. HEX triplet: 94, AE and 9C. RGB value is (148,174,156). Sum of RGB (Red+Green+Blue) = 148+174+156=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AE9C is #6B5163. Grayscale: #A4A4A4. Windows color (decimal): -7033188 or 10268308. OLE color: 10268308.

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

Color convert

RGB 148 174 156 -
CMYK 0.15 0 0.10 0.32
HSL 138.46º 0.14% 0.63% -
HSV(B) 138.46º 0.15% 0.68% -
XYZ 33.35 38.97 37.22 -
YUV 164.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 148 174 156 0.15 0 0.10 0.32 138.46 0.14 0.63
Hex 94 AE 9C F 0 A 20 8A E 3F
Octal 224 256 234 17 0 12 40 212 16 77
Binary 10010100 10101110 10011100 1111 0 1010 100000 10001010 1110 111111

Color Harmonies of #94AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AE9C

Black with #94AE9C

Text Example


Text Example

White with #94AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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