Html Css Color HEX #93AEAA Conch

📋 copy color: '#93AEAA'

red 147 ◦ green 174 ◦ blue 170

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

Shades of Conch #93AEAA

Tints of Conch #93AEAA

RGB

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

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

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

R = 29.94%
G = 35.44%
B = 34.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#93AEAA (or 0x93AEAA) is known color: Conch. HEX triplet: 93, AE and AA. RGB value is (147,174,170). Sum of RGB (Red+Green+Blue) = 147+174+170=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 174 - color contains mainly: green. Hex color #93AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AEAA is #6C5155. Grayscale: #A5A5A5. Windows color (decimal): -7098710 or 11185811. OLE color: 11185811.

HSL color Cylindrical-coordinate representation of color #93AEAA: hue angle of 171.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93AEAA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 174 170 -
CMYK 0.16 0 0.02 0.32
HSL 171.11º 0.14% 0.63% -
HSV(B) 171.11º 0.16% 0.68% -
XYZ 34.42 39.38 43.82 -
YUV 165.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 147 174 170 0.16 0 0.02 0.32 171.11 0.14 0.63
Hex 93 AE AA 10 0 2 20 AB E 3F
Octal 223 256 252 20 0 2 40 253 16 77
Binary 10010011 10101110 10101010 10000 0 10 100000 10101011 1110 111111

Color Harmonies of #93AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AEAA

Black with #93AEAA

Text Example


Text Example

White with #93AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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