#9DC0AD

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

Shades of Skeptic #9DC0AD

Tints of Skeptic #9DC0AD

Color information

#9DC0AD (or 0x9DC0AD) is unknown color: approx Skeptic. HEX triplet: 9D, C0 and AD. RGB value is (157,192,173). Sum of RGB (Red+Green+Blue) = 157+192+173=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC0AD is #623F52. Grayscale: #B3B3B3. Windows color (decimal): -6438739 or 11387037. OLE color: 11387037.

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

Color convert

RGB157192173-
CMYK0.1800.100.25
HSL147.43º21.74%68.43%-
HSV(B)147.43º18.23%75.29%-
XYZ40.347.8846.65-
YUV179.37124.4112.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.08%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=30.08%
G=36.78%
B=33.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921730.1800.100.25147.4321.7468.43
Hex9DC0AD120A19931644
Octal235300255220123122326104
Binary10011101110000001010110110010010101100110010011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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