Html Css Color HEX #9DAE9F Edward

📋 copy color: '#9DAE9F'

red 157 ◦ green 174 ◦ blue 159

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

Shades of Edward #9DAE9F

Tints of Edward #9DAE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.45%

R = 32.04%
G = 35.51%
B = 32.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#9DAE9F (or 0x9DAE9F) is known color: Edward. HEX triplet: 9D, AE and 9F. RGB value is (157,174,159). Sum of RGB (Red+Green+Blue) = 157+174+159=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE9F is #625160. Grayscale: #A7A7A7. Windows color (decimal): -6443361 or 10464925. OLE color: 10464925.

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

Color convert

RGB 157 174 159 -
CMYK 0.10 0 0.09 0.32
HSL 127.06º 0.09% 0.65% -
HSV(B) 127.06º 0.1% 0.68% -
XYZ 35.3 39.94 38.65 -
YUV 167.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 157 174 159 0.10 0 0.09 0.32 127.06 0.09 0.65
Hex 9D AE 9F A 0 9 20 7F 9 41
Octal 235 256 237 12 0 11 40 177 11 101
Binary 10011101 10101110 10011111 1010 0 1001 100000 1111111 1001 1000001

Color Harmonies of #9DAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE9F

Black with #9DAE9F

Text Example


Text Example

White with #9DAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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