Html Css Color HEX #9AB19F Edward

📋 copy color: '#9AB19F'

red 154 ◦ green 177 ◦ blue 159

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

Shades of Edward #9AB19F

Tints of Edward #9AB19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.12%

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

R = 31.43%
G = 36.12%
B = 32.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#9AB19F (or 0x9AB19F) is known color: Edward. HEX triplet: 9A, B1 and 9F. RGB value is (154,177,159). Sum of RGB (Red+Green+Blue) = 154+177+159=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB19F is #654E60. Grayscale: #A8A8A8. Windows color (decimal): -6639201 or 10465690. OLE color: 10465690.

HSL color Cylindrical-coordinate representation of color #9AB19F: hue angle of 133.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AB19F is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 177 159 -
CMYK 0.13 0 0.10 0.31
HSL 133.04º 0.13% 0.65% -
HSV(B) 133.04º 0.13% 0.69% -
XYZ 35.31 40.82 38.82 -
YUV 168.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 154 177 159 0.13 0 0.10 0.31 133.04 0.13 0.65
Hex 9A B1 9F D 0 A 1F 85 D 41
Octal 232 261 237 15 0 12 37 205 15 101
Binary 10011010 10110001 10011111 1101 0 1010 11111 10000101 1101 1000001

Color Harmonies of #9AB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB19F

Black with #9AB19F

Text Example


Text Example

White with #9AB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,177,159); }

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

background-color css

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

 a { background-color: rgb(154,177,159); }

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

border-color css

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

 span { border-color: rgb(154,177,159); }

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