Html Css Color HEX #96AE9C Edward

📋 copy color: '#96AE9C'

red 150 ◦ green 174 ◦ blue 156

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

Shades of Edward #96AE9C

Tints of Edward #96AE9C

RGB

 RED value IS 150 (58.98% from 255) = 31.25%

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

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

R = 31.25%
G = 36.25%
B = 32.5%

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

#96AE9C (or 0x96AE9C) is known color: Edward. HEX triplet: 96, AE and 9C. RGB value is (150,174,156). Sum of RGB (Red+Green+Blue) = 150+174+156=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AE9C is #695163. Grayscale: #A4A4A4. Windows color (decimal): -6902116 or 10268310. OLE color: 10268310.

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

Color convert

RGB 150 174 156 -
CMYK 0.14 0 0.10 0.32
HSL 135º 0.13% 0.64% -
HSV(B) 135º 0.14% 0.68% -
XYZ 33.71 39.16 37.23 -
YUV 164.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 150 174 156 0.14 0 0.10 0.32 135 0.13 0.64
Hex 96 AE 9C E 0 A 20 87 D 40
Octal 226 256 234 16 0 12 40 207 15 100
Binary 10010110 10101110 10011100 1110 0 1010 100000 10000111 1101 1000000

Color Harmonies of #96AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AE9C

Black with #96AE9C

Text Example


Text Example

White with #96AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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