#9FC1AF

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

Shades of Skeptic #9FC1AF

Tints of Skeptic #9FC1AF

Color information

#9FC1AF (or 0x9FC1AF) is unknown color: approx Skeptic. HEX triplet: 9F, C1 and AF. RGB value is (159,193,175). Sum of RGB (Red+Green+Blue) = 159+193+175=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC1AF is #603E50. Grayscale: #B4B4B4. Windows color (decimal): -6307409 or 11518367. OLE color: 11518367.

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

Color convert

RGB159193175-
CMYK0.1800.090.24
HSL148.24º21.52%69.02%-
HSV(B)148.24º17.62%75.69%-
XYZ41.1148.6147.77-
YUV180.78124.74112.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=30.17%
G=36.62%
B=33.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591931750.1800.090.24148.2421.5269.02
Hex9FC1AF120918941645
Octal237301257220113022426105
Binary10011111110000011010111110010010011100010010100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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