Html Css Color HEX #99ADAA Conch

📋 copy color: '#99ADAA'

red 153 ◦ green 173 ◦ blue 170

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

Shades of Conch #99ADAA

Tints of Conch #99ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

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

R = 30.85%
G = 34.88%
B = 34.27%

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

#99ADAA (or 0x99ADAA) is known color: Conch. HEX triplet: 99, AD and AA. RGB value is (153,173,170). Sum of RGB (Red+Green+Blue) = 153+173+170=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #99ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADAA is #665255. Grayscale: #A6A6A6. Windows color (decimal): -6705750 or 11185561. OLE color: 11185561.

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

Color convert

RGB 153 173 170 -
CMYK 0.12 0 0.02 0.32
HSL 171º 0.11% 0.64% -
HSV(B) 171º 0.12% 0.68% -
XYZ 35.34 39.56 43.8 -
YUV 166.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 153 173 170 0.12 0 0.02 0.32 171 0.11 0.64
Hex 99 AD AA C 0 2 20 AB B 40
Octal 231 255 252 14 0 2 40 253 13 100
Binary 10011001 10101101 10101010 1100 0 10 100000 10101011 1011 1000000

Color Harmonies of #99ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADAA

Black with #99ADAA

Text Example


Text Example

White with #99ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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