#9BAEAE

Color #9BAEAE Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #9BAEAE

Tints of Hit Grey #9BAEAE

Color information

#9BAEAE (or 0x9BAEAE) is unknown color: approx Hit Grey. HEX triplet: 9B, AE and AE. RGB value is (155,174,174). Sum of RGB (Red+Green+Blue) = 155+174+174=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #9BAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAEAE is #645151. Grayscale: #A8A8A8. Windows color (decimal): -6574418 or 11447963. OLE color: 11447963.

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

Color convert

RGB155174174-
CMYK0.11000.32
HSL180º10.5%64.51%-
HSV(B)180º10.92%68.24%-
XYZ36.2940.345.91-
YUV168.32131.21118.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=30.82%
G=34.59%
B=34.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741740.11000.3218010.564.51
Hex9BAEAEB0020b4a41
Octal23325625613004026412101
Binary1001101110101110101011101011001000001011010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BAEAE;
 }
 .AnyTagClassName
 {
   color: #9BAEAE;
 }
</style>
background-color css

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

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

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

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

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

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