Html Css Color HEX #96AE9A Edward

📋 copy color: '#96AE9A'

red 150 ◦ green 174 ◦ blue 154

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

Shades of Edward #96AE9A

Tints of Edward #96AE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.22%

R = 31.38%
G = 36.4%
B = 32.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#96AE9A (or 0x96AE9A) is known color: Edward. HEX triplet: 96, AE and 9A. RGB value is (150,174,154). Sum of RGB (Red+Green+Blue) = 150+174+154=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AE9A is #695165. Grayscale: #A4A4A4. Windows color (decimal): -6902118 or 10137238. OLE color: 10137238.

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

Color convert

RGB 150 174 154 -
CMYK 0.14 0 0.11 0.32
HSL 130º 0.13% 0.64% -
HSV(B) 130º 0.14% 0.68% -
XYZ 33.55 39.09 36.35 -
YUV 164.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 150 174 154 0.14 0 0.11 0.32 130 0.13 0.64
Hex 96 AE 9A E 0 B 20 82 D 40
Octal 226 256 232 16 0 13 40 202 15 100
Binary 10010110 10101110 10011010 1110 0 1011 100000 10000010 1101 1000000

Color Harmonies of #96AE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AE9A

Black with #96AE9A

Text Example


Text Example

White with #96AE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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