Html Css Color HEX #80ADB4 Ziggurat

📋 copy color: '#80ADB4'

red 128 ◦ green 173 ◦ blue 180

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

Shades of Ziggurat #80ADB4

Tints of Ziggurat #80ADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 26.61%
G = 35.97%
B = 37.42%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#80ADB4 (or 0x80ADB4) is known color: Ziggurat. HEX triplet: 80, AD and B4. RGB value is (128,173,180). Sum of RGB (Red+Green+Blue) = 128+173+180=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #80ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADB4 is #7F524B. Grayscale: #A0A0A0. Windows color (decimal): -8344140 or 11840896. OLE color: 11840896.

HSL color Cylindrical-coordinate representation of color #80ADB4: hue angle of 188.08º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80ADB4 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 173 180 -
CMYK 0.29 0.04 0 0.29
HSL 188.08º 0.26% 0.6% -
HSV(B) 188.08º 0.29% 0.71% -
XYZ 32.08 37.77 48.78 -
YUV 160.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 128 173 180 0.29 0.04 0 0.29 188.08 0.26 0.6
Hex 80 AD B4 1D 4 0 1D BC 1A 3C
Octal 200 255 264 35 4 0 35 274 32 74
Binary 10000000 10101101 10110100 11101 100 0 11101 10111100 11010 111100

Color Harmonies of #80ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADB4

Black with #80ADB4

Text Example


Text Example

White with #80ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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