#8CABA9

Color #8CABA9 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #8CABA9

Tints of Ziggurat #8CABA9

Color information

#8CABA9 (or 0x8CABA9) is unknown color: approx Ziggurat. HEX triplet: 8C, AB and A9. RGB value is (140,171,169). Sum of RGB (Red+Green+Blue) = 140+171+169=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #8CABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CABA9 is #735456. Grayscale: #A1A1A1. Windows color (decimal): -7558231 or 11119500. OLE color: 11119500.

HSL color Cylindrical-coordinate representation of color #8CABA9: hue angle of 176.13º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CABA9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB140171169-
CMYK0.1800.010.33
HSL176.13º15.58%60.98%-
HSV(B)176.13º18.13%67.06%-
XYZ32.5437.5743.07-
YUV161.5132.23112.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.17%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 169 (66.41% from 255) = 35.21%
R=29.17%
G=35.62%
B=35.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711690.1800.010.33176.1315.5860.98
Hex8CABA9120121b0103d
Octal2142532512201412602075
Binary10001100101010111010100110010011000011011000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CABA9; }

 p { color: rgb(140,171,169); }

 H1.HeaderClassName
 {
   color: #8CABA9;
 }
 .AnyTagClassName
 {
   color: #8CABA9;
 }
</style>
background-color css

<style>
 a { background-color: #8CABA9; }

 a { background-color: rgb(140,171,169); }

 div.DivClassName
 {
   background-color: #8CABA9;
 }
 .BgClassName
 {
   background-color: #8CABA9;
 }
</style>
border-color css

<style>
 span { border-color: #8CABA9; }

 span { border-color: rgb(140,171,169); }

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