Html Css Color HEX #99AEAA Conch

📋 copy color: '#99AEAA'

red 153 ◦ green 174 ◦ blue 170

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

Shades of Conch #99AEAA

Tints of Conch #99AEAA

RGB

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

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

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

R = 30.78%
G = 35.01%
B = 34.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#99AEAA (or 0x99AEAA) is known color: Conch. HEX triplet: 99, AE and AA. RGB value is (153,174,170). Sum of RGB (Red+Green+Blue) = 153+174+170=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAA is #665155. Grayscale: #A7A7A7. Windows color (decimal): -6705494 or 11185817. OLE color: 11185817.

HSL color Cylindrical-coordinate representation of color #99AEAA: hue angle of 168.57º 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 #99AEAA is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 174 170 -
CMYK 0.12 0 0.02 0.32
HSL 168.57º 0.11% 0.64% -
HSV(B) 168.57º 0.12% 0.68% -
XYZ 35.53 39.95 43.87 -
YUV 167.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 153 174 170 0.12 0 0.02 0.32 168.57 0.11 0.64
Hex 99 AE AA C 0 2 20 A9 B 40
Octal 231 256 252 14 0 2 40 251 13 100
Binary 10011001 10101110 10101010 1100 0 10 100000 10101001 1011 1000000

Color Harmonies of #99AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEAA

Black with #99AEAA

Text Example


Text Example

White with #99AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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