#90ADAE

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

Shades of Ziggurat #90ADAE

Tints of Ziggurat #90ADAE

Color information

#90ADAE (or 0x90ADAE) is unknown color: approx Ziggurat. HEX triplet: 90, AD and AE. RGB value is (144,173,174). Sum of RGB (Red+Green+Blue) = 144+173+174=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #90ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADAE is #6F5251. Grayscale: #A4A4A4. Windows color (decimal): -7295570 or 11447696. OLE color: 11447696.

HSL color Cylindrical-coordinate representation of color #90ADAE: hue angle of 182º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90ADAE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144173174-
CMYK0.170.0100.32
HSL182º15.62%62.35%-
HSV(B)182º17.24%68.24%-
XYZ34.0938.8745.75-
YUV164.44133.39113.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=29.33%
G=35.23%
B=35.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441731740.170.0100.3218215.6262.35
Hex90ADAE111020b6103e
Octal2202552562110402662076
Binary10010000101011011010111010001101000001011011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,173,174); }

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

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

 a { background-color: rgb(144,173,174); }

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

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

 span { border-color: rgb(144,173,174); }

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