#88AFAE

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

Shades of Ziggurat #88AFAE

Tints of Ziggurat #88AFAE

Color information

#88AFAE (or 0x88AFAE) is unknown color: approx Ziggurat. HEX triplet: 88, AF and AE. RGB value is (136,175,174). Sum of RGB (Red+Green+Blue) = 136+175+174=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #88AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AFAE is #775051. Grayscale: #A3A3A3. Windows color (decimal): -7819346 or 11448200. OLE color: 11448200.

HSL color Cylindrical-coordinate representation of color #88AFAE: hue angle of 178.46º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AFAE is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB136175174-
CMYK0.2200.010.31
HSL178.46º19.6%60.98%-
HSV(B)178.46º22.29%68.63%-
XYZ33.1238.9545.82-
YUV163.23134.08108.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=28.04%
G=36.08%
B=35.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361751740.2200.010.31178.4619.660.98
Hex88AFAE16011Fb2143d
Octal2102572562601372622475
Binary1000100010101111101011101011001111111011001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AFAE; }

 p { color: rgb(136,175,174); }

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

<style>
 a { background-color: #88AFAE; }

 a { background-color: rgb(136,175,174); }

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

<style>
 span { border-color: #88AFAE; }

 span { border-color: rgb(136,175,174); }

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