#9FC0AD

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

Shades of Skeptic #9FC0AD

Tints of Skeptic #9FC0AD

Color information

#9FC0AD (or 0x9FC0AD) is unknown color: approx Skeptic. HEX triplet: 9F, C0 and AD. RGB value is (159,192,173). Sum of RGB (Red+Green+Blue) = 159+192+173=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC0AD is #603F52. Grayscale: #B4B4B4. Windows color (decimal): -6307667 or 11387039. OLE color: 11387039.

HSL color Cylindrical-coordinate representation of color #9FC0AD: hue angle of 145.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FC0AD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB159192173-
CMYK0.1700.100.25
HSL145.45º20.75%68.82%-
HSV(B)145.45º17.19%75.29%-
XYZ40.6948.0946.67-
YUV179.97124.07113.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=30.34%
G=36.64%
B=33.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591921730.1700.100.25145.4520.7568.82
Hex9FC0AD110A19911545
Octal237300255210123122125105
Binary10011111110000001010110110001010101100110010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,192,173); }

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

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

 a { background-color: rgb(159,192,173); }

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

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

 span { border-color: rgb(159,192,173); }

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