#9EADAA

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

Shades of Conch #9EADAA

Tints of Conch #9EADAA

Color information

#9EADAA (or 0x9EADAA) is unknown color: approx Conch. HEX triplet: 9E, AD and AA. RGB value is (158,173,170). Sum of RGB (Red+Green+Blue) = 158+173+170=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #9EADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADAA is #615255. Grayscale: #A8A8A8. Windows color (decimal): -6378070 or 11185566. OLE color: 11185566.

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

Color convert

RGB158173170-
CMYK0.0900.020.32
HSL168º8.38%64.9%-
HSV(B)168º8.67%67.84%-
XYZ36.340.0643.85-
YUV168.17129.03120.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=31.54%
G=34.53%
B=33.93%

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
Decimal1581731700.0900.020.321688.3864.9
Hex9EADAA90220a8841
Octal23625525211024025010101
Binary10011110101011011010101010010101000001010100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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