Html Css Color HEX #84B0AD Ziggurat

📋 copy color: '#84B0AD'

red 132 ◦ green 176 ◦ blue 173

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

Shades of Ziggurat #84B0AD

Tints of Ziggurat #84B0AD

RGB

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

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

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

R = 27.44%
G = 36.59%
B = 35.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#84B0AD (or 0x84B0AD) is known color: Ziggurat. HEX triplet: 84, B0 and AD. RGB value is (132,176,173). Sum of RGB (Red+Green+Blue) = 132+176+173=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #84B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B0AD is #7B4F52. Grayscale: #A2A2A2. Windows color (decimal): -8081235 or 11382916. OLE color: 11382916.

HSL color Cylindrical-coordinate representation of color #84B0AD: hue angle of 175.91º 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 #84B0AD is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 176 173 -
CMYK 0.25 0 0.02 0.31
HSL 175.91º 0.22% 0.6% -
HSV(B) 175.91º 0.25% 0.69% -
XYZ 32.58 38.97 45.34 -
YUV 162.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 132 176 173 0.25 0 0.02 0.31 175.91 0.22 0.6
Hex 84 B0 AD 19 0 2 1F B0 16 3C
Octal 204 260 255 31 0 2 37 260 26 74
Binary 10000100 10110000 10101101 11001 0 10 11111 10110000 10110 111100

Color Harmonies of #84B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B0AD

Black with #84B0AD

Text Example


Text Example

White with #84B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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