#9CAEAA

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

Shades of Conch #9CAEAA

Tints of Conch #9CAEAA

Color information

#9CAEAA (or 0x9CAEAA) is unknown color: approx Conch. HEX triplet: 9C, AE and AA. RGB value is (156,174,170). Sum of RGB (Red+Green+Blue) = 156+174+170=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAEAA is #635155. Grayscale: #A8A8A8. Windows color (decimal): -6508886 or 11185820. OLE color: 11185820.

HSL color Cylindrical-coordinate representation of color #9CAEAA: hue angle of 166.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CAEAA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB156174170-
CMYK0.1000.020.32
HSL166.67º10%64.71%-
HSV(B)166.67º10.34%68.24%-
XYZ36.140.2443.89-
YUV168.16129.04119.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.2%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 170 (66.80% from 255) = 34%
R=31.2%
G=34.8%
B=34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561741700.1000.020.32166.671064.71
Hex9CAEAAA0220a7a41
Octal23425625212024024712101
Binary10011100101011101010101010100101000001010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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