#9AC1AC

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

Shades of Skeptic #9AC1AC

Tints of Skeptic #9AC1AC

Color information

#9AC1AC (or 0x9AC1AC) is unknown color: approx Skeptic. HEX triplet: 9A, C1 and AC. RGB value is (154,193,172). Sum of RGB (Red+Green+Blue) = 154+193+172=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC1AC is #653E53. Grayscale: #B2B2B2. Windows color (decimal): -6635092 or 11321754. OLE color: 11321754.

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

Color convert

RGB154193172-
CMYK0.2000.110.24
HSL147.69º23.93%68.04%-
HSV(B)147.69º20.21%75.69%-
XYZ39.8447.9946.19-
YUV178.94124.08110.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=29.67%
G=37.19%
B=33.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541931720.2000.110.24147.6923.9368.04
Hex9AC1AC140B18941844
Octal232301254240133022430104
Binary10011010110000011010110010100010111100010010100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,193,172); }

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

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

 a { background-color: rgb(154,193,172); }

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

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

 span { border-color: rgb(154,193,172); }

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