Html Css Color HEX #ADC5AA Rainee

📋 copy color: '#ADC5AA'

red 173 ◦ green 197 ◦ blue 170

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

Shades of Rainee #ADC5AA

Tints of Rainee #ADC5AA

RGB

 RED value IS 173 (67.97% from 255) = 32.04%

 GREEN value IS 197 (77.34% from 255) = 36.48%

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

R = 32.04%
G = 36.48%
B = 31.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#ADC5AA (or 0xADC5AA) is known color: Rainee. HEX triplet: AD, C5 and AA. RGB value is (173,197,170). Sum of RGB (Red+Green+Blue) = 173+197+170=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5AA is #523A55. Grayscale: #BABABA. Windows color (decimal): -5388886 or 11191725. OLE color: 11191725.

HSL color Cylindrical-coordinate representation of color #ADC5AA: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC5AA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 170 -
CMYK 0.12 0 0.14 0.23
HSL 113.33º 0.19% 0.72% -
HSV(B) 113.33º 0.14% 0.77% -
XYZ 44.46 51.72 45.67 -
YUV 186.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 173 197 170 0.12 0 0.14 0.23 113.33 0.19 0.72
Hex AD C5 AA C 0 E 17 71 13 48
Octal 255 305 252 14 0 16 27 161 23 110
Binary 10101101 11000101 10101010 1100 0 1110 10111 1110001 10011 1001000

Color Harmonies of #ADC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5AA

Black with #ADC5AA

Text Example


Text Example

White with #ADC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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