Html Css Color HEX #9CADAA Conch

📋 copy color: '#9CADAA'

red 156 ◦ green 173 ◦ blue 170

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

Shades of Conch #9CADAA

Tints of Conch #9CADAA

RGB

 RED value IS 156 (61.33% from 255) = 31.26%

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

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

R = 31.26%
G = 34.67%
B = 34.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#9CADAA (or 0x9CADAA) is known color: Conch. HEX triplet: 9C, AD and AA. RGB value is (156,173,170). Sum of RGB (Red+Green+Blue) = 156+173+170=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #9CADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADAA is #635255. Grayscale: #A7A7A7. Windows color (decimal): -6509142 or 11185564. OLE color: 11185564.

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

Color convert

RGB 156 173 170 -
CMYK 0.10 0 0.02 0.32
HSL 169.41º 0.09% 0.65% -
HSV(B) 169.41º 0.1% 0.68% -
XYZ 35.91 39.86 43.83 -
YUV 167.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 156 173 170 0.10 0 0.02 0.32 169.41 0.09 0.65
Hex 9C AD AA A 0 2 20 A9 9 41
Octal 234 255 252 12 0 2 40 251 11 101
Binary 10011100 10101101 10101010 1010 0 10 100000 10101001 1001 1000001

Color Harmonies of #9CADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADAA

Black with #9CADAA

Text Example


Text Example

White with #9CADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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