#88B2AF

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

Shades of Ziggurat #88B2AF

Tints of Ziggurat #88B2AF

Color information

#88B2AF (or 0x88B2AF) is unknown color: approx Ziggurat. HEX triplet: 88, B2 and AF. RGB value is (136,178,175). Sum of RGB (Red+Green+Blue) = 136+178+175=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #88B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B2AF is #774D50. Grayscale: #A5A5A5. Windows color (decimal): -7818577 or 11514504. OLE color: 11514504.

HSL color Cylindrical-coordinate representation of color #88B2AF: hue angle of 175.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B2AF is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB136178175-
CMYK0.2400.020.30
HSL175.71º21.43%61.57%-
HSV(B)175.71º23.6%69.8%-
XYZ33.8140.1746.53-
YUV165.1133.59107.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.81%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=27.81%
G=36.40%
B=35.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361781750.2400.020.30175.7121.4361.57
Hex88B2AF18021Eb0153e
Octal2102622573002362602576
Binary10001000101100101010111111000010111101011000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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