#9DBCAC

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

Shades of Skeptic #9DBCAC

Tints of Skeptic #9DBCAC

Color information

#9DBCAC (or 0x9DBCAC) is unknown color: approx Skeptic. HEX triplet: 9D, BC and AC. RGB value is (157,188,172). Sum of RGB (Red+Green+Blue) = 157+188+172=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBCAC is #624353. Grayscale: #B0B0B0. Windows color (decimal): -6439764 or 11320477. OLE color: 11320477.

HSL color Cylindrical-coordinate representation of color #9DBCAC: hue angle of 149.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBCAC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB157188172-
CMYK0.1600.090.26
HSL149.03º18.79%67.65%-
HSV(B)149.03º16.49%73.73%-
XYZ39.3346.1145.86-
YUV176.91125.23113.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=30.37%
G=36.36%
B=33.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571881720.1600.090.26149.0318.7967.65
Hex9DBCAC10091A951344
Octal235274254200113222523104
Binary10011101101111001010110010000010011101010010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBCAC; }

 p { color: rgb(157,188,172); }

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

<style>
 a { background-color: #9DBCAC; }

 a { background-color: rgb(157,188,172); }

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

<style>
 span { border-color: #9DBCAC; }

 span { border-color: rgb(157,188,172); }

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