#9DC1AB

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

Shades of Skeptic #9DC1AB

Tints of Skeptic #9DC1AB

Color information

#9DC1AB (or 0x9DC1AB) is unknown color: approx Skeptic. HEX triplet: 9D, C1 and AB. RGB value is (157,193,171). Sum of RGB (Red+Green+Blue) = 157+193+171=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC1AB is #623E54. Grayscale: #B3B3B3. Windows color (decimal): -6438485 or 11256221. OLE color: 11256221.

HSL color Cylindrical-coordinate representation of color #9DC1AB: hue angle of 143.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC1AB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB157193171-
CMYK0.1900.110.24
HSL143.33º22.5%68.63%-
HSV(B)143.33º18.65%75.69%-
XYZ40.3348.2545.72-
YUV179.73123.07111.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.13%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=30.13%
G=37.04%
B=32.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571931710.1900.110.24143.3322.568.63
Hex9DC1AB130B188f1645
Octal235301253230133021726105
Binary10011101110000011010101110011010111100010001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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