Html Css Color HEX #90AA96 Edward

📋 copy color: '#90AA96'

red 144 ◦ green 170 ◦ blue 150

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

Shades of Edward #90AA96

Tints of Edward #90AA96

RGB

 RED value IS 144 (56.64% from 255) = 31.03%

 GREEN value IS 170 (66.8% from 255) = 36.64%

 BLUE value IS 150 (58.98% from 255) = 32.33%

R = 31.03%
G = 36.64%
B = 32.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#90AA96 (or 0x90AA96) is known color: Edward. HEX triplet: 90, AA and 96. RGB value is (144,170,150). Sum of RGB (Red+Green+Blue) = 144+170+150=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA96 is #6F5569. Grayscale: #A0A0A0. Windows color (decimal): -7296362 or 9874064. OLE color: 9874064.

HSL color Cylindrical-coordinate representation of color #90AA96: hue angle of 133.85º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AA96 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 170 150 -
CMYK 0.15 0 0.12 0.33
HSL 133.85º 0.13% 0.62% -
HSV(B) 133.85º 0.15% 0.67% -
XYZ 31.38 36.88 34.32 -
YUV 159.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 144 170 150 0.15 0 0.12 0.33 133.85 0.13 0.62
Hex 90 AA 96 F 0 C 21 86 D 3E
Octal 220 252 226 17 0 14 41 206 15 76
Binary 10010000 10101010 10010110 1111 0 1100 100001 10000110 1101 111110

Color Harmonies of #90AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA96

Black with #90AA96

Text Example


Text Example

White with #90AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90AA96; }

 p { color: rgb(144,170,150); }

 H1.HeaderClassName
 {
   color: #90AA96;
 }
 .AnyTagClassName
 {
   color: #90AA96;
 }
</style>

background-color css

<style>
 a { background-color: #90AA96; }

 a { background-color: rgb(144,170,150); }

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

border-color css

<style>
 span { border-color: #90AA96; }

 span { border-color: rgb(144,170,150); }

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