Html Css Color HEX #9BAE9E Edward

📋 copy color: '#9BAE9E'

red 155 ◦ green 174 ◦ blue 158

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

Shades of Edward #9BAE9E

Tints of Edward #9BAE9E

RGB

 RED value IS 155 (60.94% from 255) = 31.83%

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

 BLUE value IS 158 (62.11% from 255) = 32.44%

R = 31.83%
G = 35.73%
B = 32.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#9BAE9E (or 0x9BAE9E) is known color: Edward. HEX triplet: 9B, AE and 9E. RGB value is (155,174,158). Sum of RGB (Red+Green+Blue) = 155+174+158=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE9E is #645161. Grayscale: #A6A6A6. Windows color (decimal): -6574434 or 10399387. OLE color: 10399387.

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

Color convert

RGB 155 174 158 -
CMYK 0.11 0 0.09 0.32
HSL 129.47º 0.1% 0.65% -
HSV(B) 129.47º 0.11% 0.68% -
XYZ 34.83 39.71 38.18 -
YUV 166.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 155 174 158 0.11 0 0.09 0.32 129.47 0.1 0.65
Hex 9B AE 9E B 0 9 20 81 A 41
Octal 233 256 236 13 0 11 40 201 12 101
Binary 10011011 10101110 10011110 1011 0 1001 100000 10000001 1010 1000001

Color Harmonies of #9BAE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE9E

Black with #9BAE9E

Text Example


Text Example

White with #9BAE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,158); }

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

background-color css

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

 a { background-color: rgb(155,174,158); }

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

border-color css

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

 span { border-color: rgb(155,174,158); }

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