Html Css Color HEX #9AADAA Conch

📋 copy color: '#9AADAA'

red 154 ◦ green 173 ◦ blue 170

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

Shades of Conch #9AADAA

Tints of Conch #9AADAA

RGB

 RED value IS 154 (60.55% from 255) = 30.99%

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

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

R = 30.99%
G = 34.81%
B = 34.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#9AADAA (or 0x9AADAA) is known color: Conch. HEX triplet: 9A, AD and AA. RGB value is (154,173,170). Sum of RGB (Red+Green+Blue) = 154+173+170=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #9AADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AADAA is #655255. Grayscale: #A6A6A6. Windows color (decimal): -6640214 or 11185562. OLE color: 11185562.

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

Color convert

RGB 154 173 170 -
CMYK 0.11 0 0.02 0.32
HSL 170.53º 0.1% 0.64% -
HSV(B) 170.53º 0.11% 0.68% -
XYZ 35.53 39.66 43.81 -
YUV 166.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 154 173 170 0.11 0 0.02 0.32 170.53 0.1 0.64
Hex 9A AD AA B 0 2 20 AB A 40
Octal 232 255 252 13 0 2 40 253 12 100
Binary 10011010 10101101 10101010 1011 0 10 100000 10101011 1010 1000000

Color Harmonies of #9AADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AADAA

Black with #9AADAA

Text Example


Text Example

White with #9AADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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