#8EBEAB

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

Shades of Skeptic #8EBEAB

Tints of Skeptic #8EBEAB

Color information

#8EBEAB (or 0x8EBEAB) is unknown color: approx Skeptic. HEX triplet: 8E, BE and AB. RGB value is (142,190,171). Sum of RGB (Red+Green+Blue) = 142+190+171=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBEAB is #714154. Grayscale: #ADADAD. Windows color (decimal): -7422293 or 11255438. OLE color: 11255438.

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

Color convert

RGB142190171-
CMYK0.2500.100.25
HSL156.25º26.97%65.1%-
HSV(B)156.25º25.26%74.51%-
XYZ36.9245.5245.37-
YUV173.48126.6105.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=28.23%
G=37.77%
B=34.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901710.2500.100.25156.2526.9765.1
Hex8EBEAB190A199c1b41
Octal216276253310123123433101
Binary10001110101111101010101111001010101100110011100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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