Html Css Color HEX #80ADAE Ziggurat

📋 copy color: '#80ADAE'

red 128 ◦ green 173 ◦ blue 174

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

Shades of Ziggurat #80ADAE

Tints of Ziggurat #80ADAE

RGB

 RED value IS 128 (50.39% from 255) = 26.95%

 GREEN value IS 173 (67.97% from 255) = 36.42%

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

R = 26.95%
G = 36.42%
B = 36.63%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#80ADAE (or 0x80ADAE) is known color: Ziggurat. HEX triplet: 80, AD and AE. RGB value is (128,173,174). Sum of RGB (Red+Green+Blue) = 128+173+174=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: blue. Hex color #80ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ADAE is #7F5251. Grayscale: #9F9F9F. Windows color (decimal): -8344146 or 11447680. OLE color: 11447680.

HSL color Cylindrical-coordinate representation of color #80ADAE: hue angle of 181.3º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80ADAE is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 174 -
CMYK 0.26 0.01 0 0.32
HSL 181.3º 0.22% 0.59% -
HSV(B) 181.3º 0.26% 0.68% -
XYZ 31.49 37.53 45.63 -
YUV 159.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 128 173 174 0.26 0.01 0 0.32 181.3 0.22 0.59
Hex 80 AD AE 1A 1 0 20 B5 16 3B
Octal 200 255 256 32 1 0 40 265 26 73
Binary 10000000 10101101 10101110 11010 1 0 100000 10110101 10110 111011

Color Harmonies of #80ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADAE

Black with #80ADAE

Text Example


Text Example

White with #80ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80ADAE; }

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

 H1.HeaderClassName
 {
   color: #80ADAE;
 }
 .AnyTagClassName
 {
   color: #80ADAE;
 }
</style>

background-color css

<style>
 a { background-color: #80ADAE; }

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

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

border-color css

<style>
 span { border-color: #80ADAE; }

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

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