Html Css Color HEX #84B0AE Ziggurat

📋 copy color: '#84B0AE'

red 132 ◦ green 176 ◦ blue 174

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

Shades of Ziggurat #84B0AE

Tints of Ziggurat #84B0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

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

R = 27.39%
G = 36.51%
B = 36.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#84B0AE (or 0x84B0AE) is known color: Ziggurat. HEX triplet: 84, B0 and AE. RGB value is (132,176,174). Sum of RGB (Red+Green+Blue) = 132+176+174=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #84B0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B0AE is #7B4F51. Grayscale: #A2A2A2. Windows color (decimal): -8081234 or 11448452. OLE color: 11448452.

HSL color Cylindrical-coordinate representation of color #84B0AE: hue angle of 177.27º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84B0AE is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 176 174 -
CMYK 0.25 0 0.01 0.31
HSL 177.27º 0.22% 0.6% -
HSV(B) 177.27º 0.25% 0.69% -
XYZ 32.68 39.01 45.85 -
YUV 162.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 132 176 174 0.25 0 0.01 0.31 177.27 0.22 0.6
Hex 84 B0 AE 19 0 1 1F B1 16 3C
Octal 204 260 256 31 0 1 37 261 26 74
Binary 10000100 10110000 10101110 11001 0 1 11111 10110001 10110 111100

Color Harmonies of #84B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B0AE

Black with #84B0AE

Text Example


Text Example

White with #84B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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