Html Css Color HEX #87ADAA Ziggurat

📋 copy color: '#87ADAA'

red 135 ◦ green 173 ◦ blue 170

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

Shades of Ziggurat #87ADAA

Tints of Ziggurat #87ADAA

RGB

 RED value IS 135 (53.13% from 255) = 28.24%

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

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 28.24%
G = 36.19%
B = 35.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#87ADAA (or 0x87ADAA) is known color: Ziggurat. HEX triplet: 87, AD and AA. RGB value is (135,173,170). Sum of RGB (Red+Green+Blue) = 135+173+170=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #87ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ADAA is #785255. Grayscale: #A1A1A1. Windows color (decimal): -7885398 or 11185543. OLE color: 11185543.

HSL color Cylindrical-coordinate representation of color #87ADAA: hue angle of 175.26º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87ADAA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 173 170 -
CMYK 0.22 0 0.02 0.32
HSL 175.26º 0.19% 0.6% -
HSV(B) 175.26º 0.22% 0.68% -
XYZ 32.19 37.94 43.66 -
YUV 161.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 135 173 170 0.22 0 0.02 0.32 175.26 0.19 0.6
Hex 87 AD AA 16 0 2 20 AF 13 3C
Octal 207 255 252 26 0 2 40 257 23 74
Binary 10000111 10101101 10101010 10110 0 10 100000 10101111 10011 111100

Color Harmonies of #87ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADAA

Black with #87ADAA

Text Example


Text Example

White with #87ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87ADAA; }

 p { color: rgb(135,173,170); }

 H1.HeaderClassName
 {
   color: #87ADAA;
 }
 .AnyTagClassName
 {
   color: #87ADAA;
 }
</style>

background-color css

<style>
 a { background-color: #87ADAA; }

 a { background-color: rgb(135,173,170); }

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

border-color css

<style>
 span { border-color: #87ADAA; }

 span { border-color: rgb(135,173,170); }

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