#8EBEA9

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

Shades of Skeptic #8EBEA9

Tints of Skeptic #8EBEA9

Color information

#8EBEA9 (or 0x8EBEA9) is unknown color: approx Skeptic. HEX triplet: 8E, BE and A9. RGB value is (142,190,169). Sum of RGB (Red+Green+Blue) = 142+190+169=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBEA9 is #714156. Grayscale: #ADADAD. Windows color (decimal): -7422295 or 11124366. OLE color: 11124366.

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

Color convert

RGB142190169-
CMYK0.2500.110.25
HSL153.75º26.97%65.1%-
HSV(B)153.75º25.26%74.51%-
XYZ36.7345.4444.37-
YUV173.25125.6105.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=28.34%
G=37.92%
B=33.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901690.2500.110.25153.7526.9765.1
Hex8EBEA9190B199a1b41
Octal216276251310133123233101
Binary10001110101111101010100111001010111100110011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,169); }

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

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

 a { background-color: rgb(142,190,169); }

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

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

 span { border-color: rgb(142,190,169); }

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