#8DBAA6

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

Shades of Skeptic #8DBAA6

Tints of Skeptic #8DBAA6

Color information

#8DBAA6 (or 0x8DBAA6) is unknown color: approx Skeptic. HEX triplet: 8D, BA and A6. RGB value is (141,186,166). Sum of RGB (Red+Green+Blue) = 141+186+166=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBAA6 is #724559. Grayscale: #AAAAAA. Windows color (decimal): -7488858 or 10926733. OLE color: 10926733.

HSL color Cylindrical-coordinate representation of color #8DBAA6: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DBAA6 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB141186166-
CMYK0.2400.110.27
HSL153.33º24.59%64.12%-
HSV(B)153.33º24.19%72.94%-
XYZ35.4343.5342.61-
YUV170.26125.59107.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.60%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=28.60%
G=37.73%
B=33.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861660.2400.110.27153.3324.5964.12
Hex8DBAA6180B1B991940
Octal215272246300133323131100
Binary10001101101110101010011011000010111101110011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,186,166); }

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

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

 a { background-color: rgb(141,186,166); }

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

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

 span { border-color: rgb(141,186,166); }

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