#9FC1AE

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

Shades of Skeptic #9FC1AE

Tints of Skeptic #9FC1AE

Color information

#9FC1AE (or 0x9FC1AE) is unknown color: approx Skeptic. HEX triplet: 9F, C1 and AE. RGB value is (159,193,174). Sum of RGB (Red+Green+Blue) = 159+193+174=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC1AE is #603E51. Grayscale: #B4B4B4. Windows color (decimal): -6307410 or 11452831. OLE color: 11452831.

HSL color Cylindrical-coordinate representation of color #9FC1AE: hue angle of 146.47º degrees, saturation: 0.22, 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 #9FC1AE is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB159193174-
CMYK0.1800.100.24
HSL146.47º21.52%69.02%-
HSV(B)146.47º17.62%75.69%-
XYZ41.0148.5747.26-
YUV180.67124.24112.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.23%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=30.23%
G=36.69%
B=33.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591931740.1800.100.24146.4721.5269.02
Hex9FC1AE120A18921645
Octal237301256220123022226105
Binary10011111110000011010111010010010101100010010010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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