#9CC3AE

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

Shades of Skeptic #9CC3AE

Tints of Skeptic #9CC3AE

Color information

#9CC3AE (or 0x9CC3AE) is unknown color: approx Skeptic. HEX triplet: 9C, C3 and AE. RGB value is (156,195,174). Sum of RGB (Red+Green+Blue) = 156+195+174=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC3AE is #633C51. Grayscale: #B4B4B4. Windows color (decimal): -6503506 or 11453340. OLE color: 11453340.

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

Color convert

RGB156195174-
CMYK0.2000.110.24
HSL147.69º24.53%68.82%-
HSV(B)147.69º20%76.47%-
XYZ40.8749.1547.38-
YUV180.94124.08110.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=29.71%
G=37.14%
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
Decimal1561951740.2000.110.24147.6924.5368.82
Hex9CC3AE140B18941945
Octal234303256240133022431105
Binary10011100110000111010111010100010111100010010100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,195,174); }

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

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

 a { background-color: rgb(156,195,174); }

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

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

 span { border-color: rgb(156,195,174); }

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