Html Css Color HEX #80ABAE Ziggurat

📋 copy color: '#80ABAE'

red 128 ◦ green 171 ◦ blue 174

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

Shades of Ziggurat #80ABAE

Tints of Ziggurat #80ABAE

RGB

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

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

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

R = 27.06%
G = 36.15%
B = 36.79%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#80ABAE (or 0x80ABAE) is known color: Ziggurat. HEX triplet: 80, AB and AE. RGB value is (128,171,174). Sum of RGB (Red+Green+Blue) = 128+171+174=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #80ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABAE is #7F5451. Grayscale: #9E9E9E. Windows color (decimal): -8344658 or 11447168. OLE color: 11447168.

HSL color Cylindrical-coordinate representation of color #80ABAE: hue angle of 183.91º 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 #80ABAE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 171 174 -
CMYK 0.26 0.02 0 0.32
HSL 183.91º 0.22% 0.59% -
HSV(B) 183.91º 0.26% 0.68% -
XYZ 31.1 36.77 45.5 -
YUV 158.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 128 171 174 0.26 0.02 0 0.32 183.91 0.22 0.59
Hex 80 AB AE 1A 2 0 20 B8 16 3B
Octal 200 253 256 32 2 0 40 270 26 73
Binary 10000000 10101011 10101110 11010 10 0 100000 10111000 10110 111011

Color Harmonies of #80ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABAE

Black with #80ABAE

Text Example


Text Example

White with #80ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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