Html Css Color HEX #99AEAC Conch

📋 copy color: '#99AEAC'

red 153 ◦ green 174 ◦ blue 172

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

Shades of Conch #99AEAC

Tints of Conch #99AEAC

RGB

 RED value IS 153 (60.16% from 255) = 30.66%

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

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

R = 30.66%
G = 34.87%
B = 34.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#99AEAC (or 0x99AEAC) is known color: Conch. HEX triplet: 99, AE and AC. RGB value is (153,174,172). Sum of RGB (Red+Green+Blue) = 153+174+172=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAC is #665153. Grayscale: #A7A7A7. Windows color (decimal): -6705492 or 11316889. OLE color: 11316889.

HSL color Cylindrical-coordinate representation of color #99AEAC: hue angle of 174.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AEAC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 174 172 -
CMYK 0.12 0 0.01 0.32
HSL 174.29º 0.11% 0.64% -
HSV(B) 174.29º 0.12% 0.68% -
XYZ 35.72 40.02 44.87 -
YUV 167.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 153 174 172 0.12 0 0.01 0.32 174.29 0.11 0.64
Hex 99 AE AC C 0 1 20 AE B 40
Octal 231 256 254 14 0 1 40 256 13 100
Binary 10011001 10101110 10101100 1100 0 1 100000 10101110 1011 1000000

Color Harmonies of #99AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEAC

Black with #99AEAC

Text Example


Text Example

White with #99AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AEAC; }

 p { color: rgb(153,174,172); }

 H1.HeaderClassName
 {
   color: #99AEAC;
 }
 .AnyTagClassName
 {
   color: #99AEAC;
 }
</style>

background-color css

<style>
 a { background-color: #99AEAC; }

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

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

border-color css

<style>
 span { border-color: #99AEAC; }

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

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