Html Css Color HEX #9FADA9 Conch

📋 copy color: '#9FADA9'

red 159 ◦ green 173 ◦ blue 169

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

Shades of Conch #9FADA9

Tints of Conch #9FADA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.73%

R = 31.74%
G = 34.53%
B = 33.73%

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

#9FADA9 (or 0x9FADA9) is known color: Conch. HEX triplet: 9F, AD and A9. RGB value is (159,173,169). Sum of RGB (Red+Green+Blue) = 159+173+169=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #9FADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADA9 is #605256. Grayscale: #A8A8A8. Windows color (decimal): -6312535 or 11120031. OLE color: 11120031.

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

Color convert

RGB 159 173 169 -
CMYK 0.08 0 0.02 0.32
HSL 162.86º 0.08% 0.65% -
HSV(B) 162.86º 0.08% 0.68% -
XYZ 36.4 40.12 43.36 -
YUV 168.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 159 173 169 0.08 0 0.02 0.32 162.86 0.08 0.65
Hex 9F AD A9 8 0 2 20 A3 8 41
Octal 237 255 251 10 0 2 40 243 10 101
Binary 10011111 10101101 10101001 1000 0 10 100000 10100011 1000 1000001

Color Harmonies of #9FADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADA9

Black with #9FADA9

Text Example


Text Example

White with #9FADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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