#9CAFAC

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

Shades of Conch #9CAFAC

Tints of Conch #9CAFAC

Color information

#9CAFAC (or 0x9CAFAC) is unknown color: approx Conch. HEX triplet: 9C, AF and AC. RGB value is (156,175,172). Sum of RGB (Red+Green+Blue) = 156+175+172=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAFAC is #635053. Grayscale: #A8A8A8. Windows color (decimal): -6508628 or 11317148. OLE color: 11317148.

HSL color Cylindrical-coordinate representation of color #9CAFAC: hue angle of 170.53º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CAFAC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB156175172-
CMYK0.1100.020.31
HSL170.53º10.61%64.9%-
HSV(B)170.53º10.86%68.63%-
XYZ36.4940.7144.96-
YUV168.98129.71118.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=31.01%
G=34.79%
B=34.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751720.1100.020.31170.5310.6164.9
Hex9CAFACB021Fabb41
Octal23425725413023725313101
Binary1001110010101111101011001011010111111010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,175,172); }

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

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

 a { background-color: rgb(156,175,172); }

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

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

 span { border-color: rgb(156,175,172); }

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