#9DBAAA

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

Shades of Skeptic #9DBAAA

Tints of Skeptic #9DBAAA

Color information

#9DBAAA (or 0x9DBAAA) is unknown color: approx Skeptic. HEX triplet: 9D, BA and AA. RGB value is (157,186,170). Sum of RGB (Red+Green+Blue) = 157+186+170=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBAAA is #624555. Grayscale: #AFAFAF. Windows color (decimal): -6440278 or 11188893. OLE color: 11188893.

HSL color Cylindrical-coordinate representation of color #9DBAAA: hue angle of 146.9º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBAAA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB157186170-
CMYK0.1600.090.27
HSL146.9º17.37%67.25%-
HSV(B)146.9º15.59%72.94%-
XYZ38.7245.1944.71-
YUV175.5124.89114.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=30.60%
G=36.26%
B=33.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861700.1600.090.27146.917.3767.25
Hex9DBAAA10091B931143
Octal235272252200113322321103
Binary10011101101110101010101010000010011101110010011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,170); }

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

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

 a { background-color: rgb(157,186,170); }

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

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

 span { border-color: rgb(157,186,170); }

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