#8DBEAB

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

Shades of Skeptic #8DBEAB

Tints of Skeptic #8DBEAB

Color information

#8DBEAB (or 0x8DBEAB) is unknown color: approx Skeptic. HEX triplet: 8D, BE and AB. RGB value is (141,190,171). Sum of RGB (Red+Green+Blue) = 141+190+171=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBEAB is #724154. Grayscale: #ADADAD. Windows color (decimal): -7487829 or 11255437. OLE color: 11255437.

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

Color convert

RGB141190171-
CMYK0.2600.100.25
HSL156.73º27.37%64.9%-
HSV(B)156.73º25.79%74.51%-
XYZ36.7545.4345.36-
YUV173.18126.77105.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.09%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=28.09%
G=37.85%
B=34.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411901710.2600.100.25156.7327.3764.9
Hex8DBEAB1A0A199d1b41
Octal215276253320123123533101
Binary10001101101111101010101111010010101100110011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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