#8BAEAD

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

Shades of Ziggurat #8BAEAD

Tints of Ziggurat #8BAEAD

Color information

#8BAEAD (or 0x8BAEAD) is unknown color: approx Ziggurat. HEX triplet: 8B, AE and AD. RGB value is (139,174,173). Sum of RGB (Red+Green+Blue) = 139+174+173=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAEAD is #745152. Grayscale: #A3A3A3. Windows color (decimal): -7622995 or 11382411. OLE color: 11382411.

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

Color convert

RGB139174173-
CMYK0.2000.010.32
HSL178.29º17.77%61.37%-
HSV(B)178.29º20.11%68.24%-
XYZ33.3338.7845.26-
YUV163.42133.4110.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=28.60%
G=35.80%
B=35.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391741730.2000.010.32178.2917.7761.37
Hex8BAEAD140120b2123d
Octal2132562552401402622275
Binary10001011101011101010110110100011000001011001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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