Html Css Color HEX #80ABAF Ziggurat

📋 copy color: '#80ABAF'

red 128 ◦ green 171 ◦ blue 175

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

Shades of Ziggurat #80ABAF

Tints of Ziggurat #80ABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 27%
G = 36.08%
B = 36.92%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#80ABAF (or 0x80ABAF) is known color: Ziggurat. HEX triplet: 80, AB and AF. RGB value is (128,171,175). Sum of RGB (Red+Green+Blue) = 128+171+175=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #80ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABAF is #7F5450. Grayscale: #9E9E9E. Windows color (decimal): -8344657 or 11512704. OLE color: 11512704.

HSL color Cylindrical-coordinate representation of color #80ABAF: hue angle of 185.11º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80ABAF is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 171 175 -
CMYK 0.27 0.02 0 0.31
HSL 185.11º 0.23% 0.59% -
HSV(B) 185.11º 0.27% 0.69% -
XYZ 31.2 36.81 46.02 -
YUV 158.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 128 171 175 0.27 0.02 0 0.31 185.11 0.23 0.59
Hex 80 AB AF 1B 2 0 1F B9 17 3B
Octal 200 253 257 33 2 0 37 271 27 73
Binary 10000000 10101011 10101111 11011 10 0 11111 10111001 10111 111011

Color Harmonies of #80ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABAF

Black with #80ABAF

Text Example


Text Example

White with #80ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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