#8DBBA6

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

Shades of Skeptic #8DBBA6

Tints of Skeptic #8DBBA6

Color information

#8DBBA6 (or 0x8DBBA6) is unknown color: approx Skeptic. HEX triplet: 8D, BB and A6. RGB value is (141,187,166). Sum of RGB (Red+Green+Blue) = 141+187+166=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBBA6 is #724459. Grayscale: #AAAAAA. Windows color (decimal): -7488602 or 10926989. OLE color: 10926989.

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

Color convert

RGB141187166-
CMYK0.2500.110.27
HSL152.61º25.27%64.31%-
HSV(B)152.61º24.6%73.33%-
XYZ35.6443.9642.68-
YUV170.85125.26106.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.54%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=28.54%
G=37.85%
B=33.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411871660.2500.110.27152.6125.2764.31
Hex8DBBA6190B1B991940
Octal215273246310133323131100
Binary10001101101110111010011011001010111101110011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,187,166); }

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

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

 a { background-color: rgb(141,187,166); }

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

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

 span { border-color: rgb(141,187,166); }

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