#9AC4AF

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

Shades of Skeptic #9AC4AF

Tints of Skeptic #9AC4AF

Color information

#9AC4AF (or 0x9AC4AF) is unknown color: approx Skeptic. HEX triplet: 9A, C4 and AF. RGB value is (154,196,175). Sum of RGB (Red+Green+Blue) = 154+196+175=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC4AF is #653B50. Grayscale: #B5B5B5. Windows color (decimal): -6634321 or 11519130. OLE color: 11519130.

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

Color convert

RGB154196175-
CMYK0.2100.110.23
HSL150º26.25%68.63%-
HSV(B)150º21.43%76.86%-
XYZ40.849.4547.95-
YUV181.05124.59108.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=29.33%
G=37.33%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541961750.2100.110.2315026.2568.63
Hex9AC4AF150B17961a45
Octal232304257250132722632105
Binary10011010110001001010111110101010111011110010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,196,175); }

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

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

 a { background-color: rgb(154,196,175); }

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

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

 span { border-color: rgb(154,196,175); }

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