Html Css Color HEX #9EADAA Conch

📋 copy color: '#9EADAA'

red 158 ◦ green 173 ◦ blue 170

#9EADAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #9EADAA

Tints of Conch #9EADAA

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.8% from 255) = 33.93%

R = 31.54%
G = 34.53%
B = 33.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#9EADAA (or 0x9EADAA) is known color: 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

RGB 158 173 170 -
CMYK 0.09 0 0.02 0.32
HSL 168º 0.08% 0.65% -
HSV(B) 168º 0.09% 0.68% -
XYZ 36.3 40.06 43.85 -
YUV 168.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 158 173 170 0.09 0 0.02 0.32 168 0.08 0.65
Hex 9E AD AA 9 0 2 20 A8 8 41
Octal 236 255 252 11 0 2 40 250 10 101
Binary 10011110 10101101 10101010 1001 0 10 100000 10101000 1000 1000001

Color Harmonies of #9EADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADAA

Black with #9EADAA

Text Example


Text Example

White with #9EADAA

Text Example


Text Example

HTML Codes & Css Web 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>