#90AB98

Color #90AB98 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #90AB98

Tints of Edward #90AB98

Color information

#90AB98 (or 0x90AB98) is unknown color: approx Edward. HEX triplet: 90, AB and 98. RGB value is (144,171,152). Sum of RGB (Red+Green+Blue) = 144+171+152=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB98 is #6F5467. Grayscale: #A0A0A0. Windows color (decimal): -7296104 or 10005392. OLE color: 10005392.

HSL color Cylindrical-coordinate representation of color #90AB98: hue angle of 137.78º 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 #90AB98 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB144171152-
CMYK0.1600.110.33
HSL137.78º13.85%61.76%-
HSV(B)137.78º15.79%67.06%-
XYZ31.7337.3235.24-
YUV160.76123.05116.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.84%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=30.84%
G=36.62%
B=32.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711520.1600.110.33137.7813.8561.76
Hex90AB98100B218ae3e
Octal22025323020013412121676
Binary1001000010101011100110001000001011100001100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,171,152); }

 H1.HeaderClassName
 {
   color: #90AB98;
 }
 .AnyTagClassName
 {
   color: #90AB98;
 }
</style>
background-color css

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

 a { background-color: rgb(144,171,152); }

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

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

 span { border-color: rgb(144,171,152); }

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