#9DC0AB

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

Shades of Skeptic #9DC0AB

Tints of Skeptic #9DC0AB

Color information

#9DC0AB (or 0x9DC0AB) is unknown color: approx Skeptic. HEX triplet: 9D, C0 and AB. RGB value is (157,192,171). Sum of RGB (Red+Green+Blue) = 157+192+171=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC0AB is #623F54. Grayscale: #B3B3B3. Windows color (decimal): -6438741 or 11255965. OLE color: 11255965.

HSL color Cylindrical-coordinate representation of color #9DC0AB: hue angle of 144º 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 #9DC0AB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB157192171-
CMYK0.1800.110.25
HSL144º21.74%68.43%-
HSV(B)144º18.23%75.29%-
XYZ40.147.8145.64-
YUV179.14123.4112.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=30.19%
G=36.92%
B=32.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921710.1800.110.2514421.7468.43
Hex9DC0AB120B19901644
Octal235300253220133122026104
Binary10011101110000001010101110010010111100110010000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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