#9DBEAD

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

Shades of Skeptic #9DBEAD

Tints of Skeptic #9DBEAD

Color information

#9DBEAD (or 0x9DBEAD) is unknown color: approx Skeptic. HEX triplet: 9D, BE and AD. RGB value is (157,190,173). Sum of RGB (Red+Green+Blue) = 157+190+173=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBEAD is #624152. Grayscale: #B2B2B2. Windows color (decimal): -6439251 or 11386525. OLE color: 11386525.

HSL color Cylindrical-coordinate representation of color #9DBEAD: hue angle of 149.09º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBEAD is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB157190173-
CMYK0.1700.090.25
HSL149.09º20.25%68.04%-
HSV(B)149.09º17.37%74.51%-
XYZ39.8647.0146.51-
YUV178.2125.07112.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=30.19%
G=36.54%
B=33.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901730.1700.090.25149.0920.2568.04
Hex9DBEAD110919951444
Octal235276255210113122524104
Binary10011101101111101010110110001010011100110010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,190,173); }

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

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

 a { background-color: rgb(157,190,173); }

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

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

 span { border-color: rgb(157,190,173); }

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