#9CAFAD

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

Shades of Conch #9CAFAD

Tints of Conch #9CAFAD

Color information

#9CAFAD (or 0x9CAFAD) is unknown color: approx Conch. HEX triplet: 9C, AF and AD. RGB value is (156,175,173). Sum of RGB (Red+Green+Blue) = 156+175+173=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAFAD is #635052. Grayscale: #A9A9A9. Windows color (decimal): -6508627 or 11382684. OLE color: 11382684.

HSL color Cylindrical-coordinate representation of color #9CAFAD: hue angle of 173.68º 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 #9CAFAD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB156175173-
CMYK0.1100.010.31
HSL173.68º10.61%64.9%-
HSV(B)173.68º10.86%68.63%-
XYZ36.5840.7445.47-
YUV169.09130.21118.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=30.95%
G=34.72%
B=34.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751730.1100.010.31173.6810.6164.9
Hex9CAFADB011Faeb41
Octal23425725513013725613101
Binary100111001010111110101101101101111111010111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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