Html Css Color HEX #90AC97 Edward

📋 copy color: '#90AC97'

red 144 ◦ green 172 ◦ blue 151

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

Shades of Edward #90AC97

Tints of Edward #90AC97

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.83%

 BLUE value IS 151 (59.38% from 255) = 32.33%

R = 30.84%
G = 36.83%
B = 32.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#90AC97 (or 0x90AC97) is known color: Edward. HEX triplet: 90, AC and 97. RGB value is (144,172,151). Sum of RGB (Red+Green+Blue) = 144+172+151=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC97 is #6F5368. Grayscale: #A1A1A1. Windows color (decimal): -7295849 or 9940112. OLE color: 9940112.

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

Color convert

RGB 144 172 151 -
CMYK 0.16 0 0.12 0.33
HSL 135º 0.14% 0.62% -
HSV(B) 135º 0.16% 0.67% -
XYZ 31.84 37.67 34.87 -
YUV 161.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 144 172 151 0.16 0 0.12 0.33 135 0.14 0.62
Hex 90 AC 97 10 0 C 21 87 E 3E
Octal 220 254 227 20 0 14 41 207 16 76
Binary 10010000 10101100 10010111 10000 0 1100 100001 10000111 1110 111110

Color Harmonies of #90AC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC97

Black with #90AC97

Text Example


Text Example

White with #90AC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,172,151); }

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

background-color css

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

 a { background-color: rgb(144,172,151); }

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

border-color css

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

 span { border-color: rgb(144,172,151); }

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