#8DB8A4

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

Shades of Skeptic #8DB8A4

Tints of Skeptic #8DB8A4

Color information

#8DB8A4 (or 0x8DB8A4) is unknown color: approx Skeptic. HEX triplet: 8D, B8 and A4. RGB value is (141,184,164). Sum of RGB (Red+Green+Blue) = 141+184+164=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB8A4 is #72475B. Grayscale: #A8A8A8. Windows color (decimal): -7489372 or 10795149. OLE color: 10795149.

HSL color Cylindrical-coordinate representation of color #8DB8A4: hue angle of 152.09º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB8A4 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB141184164-
CMYK0.2300.110.28
HSL152.09º23.24%63.73%-
HSV(B)152.09º23.37%72.16%-
XYZ34.8342.6241.51-
YUV168.86125.25108.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.83%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=28.83%
G=37.63%
B=33.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411841640.2300.110.28152.0923.2463.73
Hex8DB8A4170B1C981740
Octal215270244270133423027100
Binary10001101101110001010010010111010111110010011000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,184,164); }

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

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

 a { background-color: rgb(141,184,164); }

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

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

 span { border-color: rgb(141,184,164); }

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