Html Css Color HEX #9BAE9F Edward

📋 copy color: '#9BAE9F'

red 155 ◦ green 174 ◦ blue 159

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

Shades of Edward #9BAE9F

Tints of Edward #9BAE9F

RGB

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

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

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

R = 31.76%
G = 35.66%
B = 32.58%

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

#9BAE9F (or 0x9BAE9F) is known color: Edward. HEX triplet: 9B, AE and 9F. RGB value is (155,174,159). Sum of RGB (Red+Green+Blue) = 155+174+159=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE9F is #645160. Grayscale: #A6A6A6. Windows color (decimal): -6574433 or 10464923. OLE color: 10464923.

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

Color convert

RGB 155 174 159 -
CMYK 0.11 0 0.09 0.32
HSL 132.63º 0.1% 0.65% -
HSV(B) 132.63º 0.11% 0.68% -
XYZ 34.91 39.74 38.63 -
YUV 166.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 155 174 159 0.11 0 0.09 0.32 132.63 0.1 0.65
Hex 9B AE 9F B 0 9 20 85 A 41
Octal 233 256 237 13 0 11 40 205 12 101
Binary 10011011 10101110 10011111 1011 0 1001 100000 10000101 1010 1000001

Color Harmonies of #9BAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE9F

Black with #9BAE9F

Text Example


Text Example

White with #9BAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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