Html Css Color HEX #87ABA8 Ziggurat

📋 copy color: '#87ABA8'

red 135 ◦ green 171 ◦ blue 168

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

Shades of Ziggurat #87ABA8

Tints of Ziggurat #87ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 28.48%
G = 36.08%
B = 35.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#87ABA8 (or 0x87ABA8) is known color: Ziggurat. HEX triplet: 87, AB and A8. RGB value is (135,171,168). Sum of RGB (Red+Green+Blue) = 135+171+168=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #87ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABA8 is #785457. Grayscale: #9F9F9F. Windows color (decimal): -7885912 or 11053959. OLE color: 11053959.

HSL color Cylindrical-coordinate representation of color #87ABA8: hue angle of 175º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87ABA8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 171 168 -
CMYK 0.21 0 0.02 0.33
HSL 175º 0.18% 0.6% -
HSV(B) 175º 0.21% 0.67% -
XYZ 31.62 37.1 42.54 -
YUV 159.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 135 171 168 0.21 0 0.02 0.33 175 0.18 0.6
Hex 87 AB A8 15 0 2 21 AF 12 3C
Octal 207 253 250 25 0 2 41 257 22 74
Binary 10000111 10101011 10101000 10101 0 10 100001 10101111 10010 111100

Color Harmonies of #87ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABA8

Black with #87ABA8

Text Example


Text Example

White with #87ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,171,168); }

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

background-color css

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

 a { background-color: rgb(135,171,168); }

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

border-color css

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

 span { border-color: rgb(135,171,168); }

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