Html Css Color HEX #9FADAA Conch

📋 copy color: '#9FADAA'

red 159 ◦ green 173 ◦ blue 170

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

Shades of Conch #9FADAA

Tints of Conch #9FADAA

RGB

 RED value IS 159 (62.5% from 255) = 31.67%

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 31.67%
G = 34.46%
B = 33.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#9FADAA (or 0x9FADAA) is known color: Conch. HEX triplet: 9F, AD and AA. RGB value is (159,173,170). Sum of RGB (Red+Green+Blue) = 159+173+170=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 173 - color contains mainly: green. Hex color #9FADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADAA is #605255. Grayscale: #A8A8A8. Windows color (decimal): -6312534 or 11185567. OLE color: 11185567.

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

Color convert

RGB 159 173 170 -
CMYK 0.08 0 0.02 0.32
HSL 167.14º 0.08% 0.65% -
HSV(B) 167.14º 0.08% 0.68% -
XYZ 36.5 40.16 43.86 -
YUV 168.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 159 173 170 0.08 0 0.02 0.32 167.14 0.08 0.65
Hex 9F AD AA 8 0 2 20 A7 8 41
Octal 237 255 252 10 0 2 40 247 10 101
Binary 10011111 10101101 10101010 1000 0 10 100000 10100111 1000 1000001

Color Harmonies of #9FADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADAA

Black with #9FADAA

Text Example


Text Example

White with #9FADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FADAA;
 }
 .AnyTagClassName
 {
   color: #9FADAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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