Html Css Color HEX #9FADA2 Edward

📋 copy color: '#9FADA2'

red 159 ◦ green 173 ◦ blue 162

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

Shades of Edward #9FADA2

Tints of Edward #9FADA2

RGB

 RED value IS 159 (62.5% from 255) = 32.19%

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

 BLUE value IS 162 (63.67% from 255) = 32.79%

R = 32.19%
G = 35.02%
B = 32.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#9FADA2 (or 0x9FADA2) is known color: Edward. HEX triplet: 9F, AD and A2. RGB value is (159,173,162). Sum of RGB (Red+Green+Blue) = 159+173+162=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #9FADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADA2 is #60525D. Grayscale: #A7A7A7. Windows color (decimal): -6312542 or 10661279. OLE color: 10661279.

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

Color convert

RGB 159 173 162 -
CMYK 0.08 0 0.06 0.32
HSL 132.86º 0.08% 0.65% -
HSV(B) 132.86º 0.08% 0.68% -
XYZ 35.76 39.87 39.99 -
YUV 167.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 159 173 162 0.08 0 0.06 0.32 132.86 0.08 0.65
Hex 9F AD A2 8 0 6 20 85 8 41
Octal 237 255 242 10 0 6 40 205 10 101
Binary 10011111 10101101 10100010 1000 0 110 100000 10000101 1000 1000001

Color Harmonies of #9FADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADA2

Black with #9FADA2

Text Example


Text Example

White with #9FADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,173,162); }

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

background-color css

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

 a { background-color: rgb(159,173,162); }

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

border-color css

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

 span { border-color: rgb(159,173,162); }

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