Html Css Color HEX #9DAEAC Conch

📋 copy color: '#9DAEAC'

red 157 ◦ green 174 ◦ blue 172

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

Shades of Conch #9DAEAC

Tints of Conch #9DAEAC

RGB

 RED value IS 157 (61.72% from 255) = 31.21%

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

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 31.21%
G = 34.59%
B = 34.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#9DAEAC (or 0x9DAEAC) is known color: Conch. HEX triplet: 9D, AE and AC. RGB value is (157,174,172). Sum of RGB (Red+Green+Blue) = 157+174+172=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAEAC is #625153. Grayscale: #A8A8A8. Windows color (decimal): -6443348 or 11316893. OLE color: 11316893.

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

Color convert

RGB 157 174 172 -
CMYK 0.10 0 0.01 0.32
HSL 172.94º 0.09% 0.65% -
HSV(B) 172.94º 0.1% 0.68% -
XYZ 36.49 40.42 44.91 -
YUV 168.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 157 174 172 0.10 0 0.01 0.32 172.94 0.09 0.65
Hex 9D AE AC A 0 1 20 AD 9 41
Octal 235 256 254 12 0 1 40 255 11 101
Binary 10011101 10101110 10101100 1010 0 1 100000 10101101 1001 1000001

Color Harmonies of #9DAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEAC

Black with #9DAEAC

Text Example


Text Example

White with #9DAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,174,172); }

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

background-color css

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

 a { background-color: rgb(157,174,172); }

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

border-color css

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

 span { border-color: rgb(157,174,172); }

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