Html Css Color HEX #96AE99 Edward

📋 copy color: '#96AE99'

red 150 ◦ green 174 ◦ blue 153

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

Shades of Edward #96AE99

Tints of Edward #96AE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 31.45%
G = 36.48%
B = 32.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#96AE99 (or 0x96AE99) is known color: Edward. HEX triplet: 96, AE and 99. RGB value is (150,174,153). Sum of RGB (Red+Green+Blue) = 150+174+153=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AE99 is #695166. Grayscale: #A4A4A4. Windows color (decimal): -6902119 or 10071702. OLE color: 10071702.

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

Color convert

RGB 150 174 153 -
CMYK 0.14 0 0.12 0.32
HSL 127.5º 0.13% 0.64% -
HSV(B) 127.5º 0.14% 0.68% -
XYZ 33.46 39.06 35.91 -
YUV 164.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 150 174 153 0.14 0 0.12 0.32 127.5 0.13 0.64
Hex 96 AE 99 E 0 C 20 80 D 40
Octal 226 256 231 16 0 14 40 200 15 100
Binary 10010110 10101110 10011001 1110 0 1100 100000 10000000 1101 1000000

Color Harmonies of #96AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AE99

Black with #96AE99

Text Example


Text Example

White with #96AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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