Html Css Color HEX #8EB9A5 Skeptic

📋 copy color: '#8EB9A5'

red 142 ◦ green 185 ◦ blue 165

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

Shades of Skeptic #8EB9A5

Tints of Skeptic #8EB9A5

RGB

 RED value IS 142 (55.86% from 255) = 28.86%

 GREEN value IS 185 (72.66% from 255) = 37.6%

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 28.86%
G = 37.6%
B = 33.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#8EB9A5 (or 0x8EB9A5) is known color: Skeptic. HEX triplet: 8E, B9 and A5. RGB value is (142,185,165). Sum of RGB (Red+Green+Blue) = 142+185+165=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB9A5 is #71465A. Grayscale: #A9A9A9. Windows color (decimal): -7423579 or 10860942. OLE color: 10860942.

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

Color convert

RGB 142 185 165 -
CMYK 0.23 0 0.11 0.27
HSL 152.09º 0.23% 0.64% -
HSV(B) 152.09º 0.23% 0.73% -
XYZ 35.3 43.17 42.07 -
YUV 169.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 142 185 165 0.23 0 0.11 0.27 152.09 0.23 0.64
Hex 8E B9 A5 17 0 B 1B 98 17 40
Octal 216 271 245 27 0 13 33 230 27 100
Binary 10001110 10111001 10100101 10111 0 1011 11011 10011000 10111 1000000

Color Harmonies of #8EB9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB9A5

Black with #8EB9A5

Text Example


Text Example

White with #8EB9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,185,165); }

 H1.HeaderClassName
 {
   color: #8EB9A5;
 }
 .AnyTagClassName
 {
   color: #8EB9A5;
 }
</style>

background-color css

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

 a { background-color: rgb(142,185,165); }

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

border-color css

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

 span { border-color: rgb(142,185,165); }

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