#9CAEAB

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

Shades of Conch #9CAEAB

Tints of Conch #9CAEAB

Color information

#9CAEAB (or 0x9CAEAB) is unknown color: approx Conch. HEX triplet: 9C, AE and AB. RGB value is (156,174,171). Sum of RGB (Red+Green+Blue) = 156+174+171=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAEAB is #635154. Grayscale: #A8A8A8. Windows color (decimal): -6508885 or 11251356. OLE color: 11251356.

HSL color Cylindrical-coordinate representation of color #9CAEAB: hue angle of 170º 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 #9CAEAB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB156174171-
CMYK0.1000.020.32
HSL170º10%64.71%-
HSV(B)170º10.34%68.24%-
XYZ36.240.2844.4-
YUV168.28129.54119.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=31.14%
G=34.73%
B=34.13%

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
Decimal1561741710.1000.020.321701064.71
Hex9CAEABA0220aaa41
Octal23425625312024025212101
Binary10011100101011101010101110100101000001010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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