Html Css Color HEX #93ACAA Hit Grey

📋 copy color: '#93ACAA'

red 147 ◦ green 172 ◦ blue 170

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

Shades of Hit Grey #93ACAA

Tints of Hit Grey #93ACAA

RGB

 RED value IS 147 (57.81% from 255) = 30.06%

 GREEN value IS 172 (67.58% from 255) = 35.17%

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 30.06%
G = 35.17%
B = 34.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#93ACAA (or 0x93ACAA) is known color: Hit Grey. HEX triplet: 93, AC and AA. RGB value is (147,172,170). Sum of RGB (Red+Green+Blue) = 147+172+170=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #93ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ACAA is #6C5355. Grayscale: #A4A4A4. Windows color (decimal): -7099222 or 11185299. OLE color: 11185299.

HSL color Cylindrical-coordinate representation of color #93ACAA: hue angle of 175.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ACAA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 172 170 -
CMYK 0.15 0 0.01 0.33
HSL 175.2º 0.13% 0.63% -
HSV(B) 175.2º 0.15% 0.67% -
XYZ 34.04 38.61 43.69 -
YUV 164.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 147 172 170 0.15 0 0.01 0.33 175.2 0.13 0.63
Hex 93 AC AA F 0 1 21 AF D 3F
Octal 223 254 252 17 0 1 41 257 15 77
Binary 10010011 10101100 10101010 1111 0 1 100001 10101111 1101 111111

Color Harmonies of #93ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ACAA

Black with #93ACAA

Text Example


Text Example

White with #93ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93ACAA; }

 p { color: rgb(147,172,170); }

 H1.HeaderClassName
 {
   color: #93ACAA;
 }
 .AnyTagClassName
 {
   color: #93ACAA;
 }
</style>

background-color css

<style>
 a { background-color: #93ACAA; }

 a { background-color: rgb(147,172,170); }

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

border-color css

<style>
 span { border-color: #93ACAA; }

 span { border-color: rgb(147,172,170); }

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