#8DADAB

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

Shades of Ziggurat #8DADAB

Tints of Ziggurat #8DADAB

Color information

#8DADAB (or 0x8DADAB) is unknown color: approx Ziggurat. HEX triplet: 8D, AD and AB. RGB value is (141,173,171). Sum of RGB (Red+Green+Blue) = 141+173+171=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #8DADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DADAB is #725254. Grayscale: #A3A3A3. Windows color (decimal): -7492181 or 11251085. OLE color: 11251085.

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

Color convert

RGB141173171-
CMYK0.1800.010.32
HSL176.25º16.33%61.57%-
HSV(B)176.25º18.5%67.84%-
XYZ33.2838.4944.2-
YUV163.2132.4112.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=29.07%
G=35.67%
B=35.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411731710.1800.010.32176.2516.3361.57
Hex8DADAB120120b0103e
Octal2152552532201402602076
Binary10001101101011011010101110010011000001011000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DADAB; }

 p { color: rgb(141,173,171); }

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

<style>
 a { background-color: #8DADAB; }

 a { background-color: rgb(141,173,171); }

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

<style>
 span { border-color: #8DADAB; }

 span { border-color: rgb(141,173,171); }

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