#88AFAD

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

Shades of Ziggurat #88AFAD

Tints of Ziggurat #88AFAD

Color information

#88AFAD (or 0x88AFAD) is unknown color: approx Ziggurat. HEX triplet: 88, AF and AD. RGB value is (136,175,173). Sum of RGB (Red+Green+Blue) = 136+175+173=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #88AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AFAD is #775052. Grayscale: #A3A3A3. Windows color (decimal): -7819347 or 11382664. OLE color: 11382664.

HSL color Cylindrical-coordinate representation of color #88AFAD: hue angle of 176.92º 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 #88AFAD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB136175173-
CMYK0.2200.010.31
HSL176.92º19.6%60.98%-
HSV(B)176.92º22.29%68.63%-
XYZ33.0338.9145.31-
YUV163.11133.58108.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=28.10%
G=36.16%
B=35.74%

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
Decimal1361751730.2200.010.31176.9219.660.98
Hex88AFAD16011Fb1143d
Octal2102572552601372612475
Binary1000100010101111101011011011001111111011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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