#9CC0AA

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

Shades of Skeptic #9CC0AA

Tints of Skeptic #9CC0AA

Color information

#9CC0AA (or 0x9CC0AA) is unknown color: approx Skeptic. HEX triplet: 9C, C0 and AA. RGB value is (156,192,170). Sum of RGB (Red+Green+Blue) = 156+192+170=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC0AA is #633F55. Grayscale: #B2B2B2. Windows color (decimal): -6504278 or 11190428. OLE color: 11190428.

HSL color Cylindrical-coordinate representation of color #9CC0AA: hue angle of 143.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CC0AA is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB156192170-
CMYK0.1900.110.25
HSL143.33º22.22%68.24%-
HSV(B)143.33º18.75%75.29%-
XYZ39.8247.6745.13-
YUV178.73123.07111.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=30.12%
G=37.07%
B=32.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561921700.1900.110.25143.3322.2268.24
Hex9CC0AA130B198f1644
Octal234300252230133121726104
Binary10011100110000001010101010011010111100110001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,192,170); }

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

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

 a { background-color: rgb(156,192,170); }

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

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

 span { border-color: rgb(156,192,170); }

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