Html Css Color HEX #84ADAE Ziggurat

📋 copy color: '#84ADAE'

red 132 ◦ green 173 ◦ blue 174

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

Shades of Ziggurat #84ADAE

Tints of Ziggurat #84ADAE

RGB

 RED value IS 132 (51.95% from 255) = 27.56%

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

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

R = 27.56%
G = 36.12%
B = 36.33%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#84ADAE (or 0x84ADAE) is known color: Ziggurat. HEX triplet: 84, AD and AE. RGB value is (132,173,174). Sum of RGB (Red+Green+Blue) = 132+173+174=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #84ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ADAE is #7B5251. Grayscale: #A0A0A0. Windows color (decimal): -8082002 or 11447684. OLE color: 11447684.

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

Color convert

RGB 132 173 174 -
CMYK 0.24 0.01 0 0.32
HSL 181.43º 0.21% 0.6% -
HSV(B) 181.43º 0.24% 0.68% -
XYZ 32.1 37.85 45.66 -
YUV 160.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 132 173 174 0.24 0.01 0 0.32 181.43 0.21 0.6
Hex 84 AD AE 18 1 0 20 B5 15 3C
Octal 204 255 256 30 1 0 40 265 25 74
Binary 10000100 10101101 10101110 11000 1 0 100000 10110101 10101 111100

Color Harmonies of #84ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ADAE

Black with #84ADAE

Text Example


Text Example

White with #84ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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