#9FC3AE

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

Shades of Skeptic #9FC3AE

Tints of Skeptic #9FC3AE

Color information

#9FC3AE (or 0x9FC3AE) is unknown color: approx Skeptic. HEX triplet: 9F, C3 and AE. RGB value is (159,195,174). Sum of RGB (Red+Green+Blue) = 159+195+174=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC3AE is #603C51. Grayscale: #B5B5B5. Windows color (decimal): -6306898 or 11453343. OLE color: 11453343.

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

Color convert

RGB159195174-
CMYK0.1800.110.24
HSL145º23.08%69.41%-
HSV(B)145º18.46%76.47%-
XYZ41.4549.4647.41-
YUV181.84123.57111.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=30.11%
G=36.93%
B=32.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591951740.1800.110.2414523.0869.41
Hex9FC3AE120B18911745
Octal237303256220133022127105
Binary10011111110000111010111010010010111100010010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,195,174); }

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

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

 a { background-color: rgb(159,195,174); }

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

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

 span { border-color: rgb(159,195,174); }

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