Html Css Color HEX #88ABAE Ziggurat

📋 copy color: '#88ABAE'

red 136 ◦ green 171 ◦ blue 174

#88ABAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #88ABAE

Tints of Ziggurat #88ABAE

RGB

 RED value IS 136 (53.52% from 255) = 28.27%

 GREEN value IS 171 (67.19% from 255) = 35.55%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 28.27%
G = 35.55%
B = 36.17%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#88ABAE (or 0x88ABAE) is known color: Ziggurat. HEX triplet: 88, AB and AE. RGB value is (136,171,174). Sum of RGB (Red+Green+Blue) = 136+171+174=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #88ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ABAE is #775451. Grayscale: #A0A0A0. Windows color (decimal): -7820370 or 11447176. OLE color: 11447176.

HSL color Cylindrical-coordinate representation of color #88ABAE: hue angle of 184.74º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88ABAE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 171 174 -
CMYK 0.22 0.02 0 0.32
HSL 184.74º 0.19% 0.61% -
HSV(B) 184.74º 0.22% 0.68% -
XYZ 32.36 37.42 45.56 -
YUV 160.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 136 171 174 0.22 0.02 0 0.32 184.74 0.19 0.61
Hex 88 AB AE 16 2 0 20 B9 13 3D
Octal 210 253 256 26 2 0 40 271 23 75
Binary 10001000 10101011 10101110 10110 10 0 100000 10111001 10011 111101

Color Harmonies of #88ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABAE

Black with #88ABAE

Text Example


Text Example

White with #88ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88ABAE;
 }
 .AnyTagClassName
 {
   color: #88ABAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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