Html Css Color HEX #9AAEAA Conch

📋 copy color: '#9AAEAA'

red 154 ◦ green 174 ◦ blue 170

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

Shades of Conch #9AAEAA

Tints of Conch #9AAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.94%

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

R = 30.92%
G = 34.94%
B = 34.14%

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

#9AAEAA (or 0x9AAEAA) is known color: Conch. HEX triplet: 9A, AE and AA. RGB value is (154,174,170). Sum of RGB (Red+Green+Blue) = 154+174+170=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEAA is #655155. Grayscale: #A7A7A7. Windows color (decimal): -6639958 or 11185818. OLE color: 11185818.

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

Color convert

RGB 154 174 170 -
CMYK 0.11 0 0.02 0.32
HSL 168º 0.11% 0.64% -
HSV(B) 168º 0.11% 0.68% -
XYZ 35.72 40.04 43.88 -
YUV 167.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 154 174 170 0.11 0 0.02 0.32 168 0.11 0.64
Hex 9A AE AA B 0 2 20 A8 B 40
Octal 232 256 252 13 0 2 40 250 13 100
Binary 10011010 10101110 10101010 1011 0 10 100000 10101000 1011 1000000

Color Harmonies of #9AAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAEAA

Black with #9AAEAA

Text Example


Text Example

White with #9AAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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