Html Css Color HEX #93AFAC Conch

📋 copy color: '#93AFAC'

red 147 ◦ green 175 ◦ blue 172

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

Shades of Conch #93AFAC

Tints of Conch #93AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 29.76%
G = 35.43%
B = 34.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#93AFAC (or 0x93AFAC) is known color: Conch. HEX triplet: 93, AF and AC. RGB value is (147,175,172). Sum of RGB (Red+Green+Blue) = 147+175+172=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFAC is #6C5053. Grayscale: #A6A6A6. Windows color (decimal): -7098452 or 11317139. OLE color: 11317139.

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

Color convert

RGB 147 175 172 -
CMYK 0.16 0 0.02 0.31
HSL 173.57º 0.15% 0.63% -
HSV(B) 173.57º 0.16% 0.69% -
XYZ 34.81 39.84 44.89 -
YUV 166.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 147 175 172 0.16 0 0.02 0.31 173.57 0.15 0.63
Hex 93 AF AC 10 0 2 1F AE F 3F
Octal 223 257 254 20 0 2 37 256 17 77
Binary 10010011 10101111 10101100 10000 0 10 11111 10101110 1111 111111

Color Harmonies of #93AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFAC

Black with #93AFAC

Text Example


Text Example

White with #93AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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