#8EBEA7

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

Shades of Skeptic #8EBEA7

Tints of Skeptic #8EBEA7

Color information

#8EBEA7 (or 0x8EBEA7) is unknown color: approx Skeptic. HEX triplet: 8E, BE and A7. RGB value is (142,190,167). Sum of RGB (Red+Green+Blue) = 142+190+167=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBEA7 is #714158. Grayscale: #ADADAD. Windows color (decimal): -7422297 or 10993294. OLE color: 10993294.

HSL color Cylindrical-coordinate representation of color #8EBEA7: hue angle of 151.25º 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 #8EBEA7 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB142190167-
CMYK0.2500.120.25
HSL151.25º26.97%65.1%-
HSV(B)151.25º25.26%74.51%-
XYZ36.5445.3743.39-
YUV173.03124.6105.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 167 (65.62% from 255) = 33.47%
R=28.46%
G=38.08%
B=33.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901670.2500.120.25151.2526.9765.1
Hex8EBEA7190C19971b41
Octal216276247310143122733101
Binary10001110101111101010011111001011001100110010111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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