#9DADAA

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

Shades of Conch #9DADAA

Tints of Conch #9DADAA

Color information

#9DADAA (or 0x9DADAA) is unknown color: approx Conch. HEX triplet: 9D, AD and AA. RGB value is (157,173,170). Sum of RGB (Red+Green+Blue) = 157+173+170=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #9DADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADAA is #625255. Grayscale: #A7A7A7. Windows color (decimal): -6443606 or 11185565. OLE color: 11185565.

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

Color convert

RGB157173170-
CMYK0.0900.020.32
HSL168.75º8.89%64.71%-
HSV(B)168.75º9.25%67.84%-
XYZ36.139.9643.84-
YUV167.87129.2120.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 170 (66.80% from 255) = 34%
R=31.4%
G=34.6%
B=34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731700.0900.020.32168.758.8964.71
Hex9DADAA90220a9941
Octal23525525211024025111101
Binary10011101101011011010101010010101000001010100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,173,170); }

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

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

 a { background-color: rgb(157,173,170); }

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

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

 span { border-color: rgb(157,173,170); }

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