Html Css Color HEX #9DADAA Conch

📋 copy color: '#9DADAA'

red 157 ◦ green 173 ◦ blue 170

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

Shades of Conch #9DADAA

Tints of Conch #9DADAA

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

R = 31.4%
G = 34.6%
B = 34%

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

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

RGB 157 173 170 -
CMYK 0.09 0 0.02 0.32
HSL 168.75º 0.09% 0.65% -
HSV(B) 168.75º 0.09% 0.68% -
XYZ 36.1 39.96 43.84 -
YUV 167.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 157 173 170 0.09 0 0.02 0.32 168.75 0.09 0.65
Hex 9D AD AA 9 0 2 20 A9 9 41
Octal 235 255 252 11 0 2 40 251 11 101
Binary 10011101 10101101 10101010 1001 0 10 100000 10101001 1001 1000001

Color Harmonies of #9DADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DADAA

Black with #9DADAA

Text Example


Text Example

White with #9DADAA

Text Example


Text Example

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